aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-147-253/+17
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitDavid E. O'Brien2000-05-103-38/+38
* AT&T asm syntax requires a leading '*' in front of the operand for indirectDavid E. O'Brien2000-05-101-2/+2
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).Poul-Henning Kamp2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-057-6/+8
* Don't use struct buf for random small temporary buffers.Poul-Henning Kamp2000-05-051-5/+7
* Add a little do-nothing ``slopsucker'' device which gives a homeGarrett Wollman2000-05-041-0/+44
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxMike Smith2000-05-041-1/+5
* Add $FreeBSD$Peter Wemm2000-05-0118-1/+28
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Mark two functions as private.Peter Wemm2000-04-293-0/+11
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-282-6/+8
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-242-380/+1
* Changed interrupt level to splcam() because of the bs driver is CAM driver.Yoshihiro Takahashi2000-04-221-2/+4
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-195-6/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-182-2/+0
* hm committed newbused vt driver this weekend, so it is no longer neededWarner Losh2000-04-171-5/+0
* When in infrastructure mode, use address 3 from the 802.11 header as theBill Paul2000-04-171-2/+7
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-161-9/+112
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAHellmuth Michaelis2000-04-165-187/+157
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-155-159/+159
* Don't complain about not getting resources for the compatibility shimWarner Losh2000-04-081-4/+4
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.John Hay2000-04-081-215/+8
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-1/+1
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-14/+0
* Finally cvs rm these two files; they were not referenced in conf/files*,Peter Wemm2000-04-062-2528/+0
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-026-16/+16
* PR: kern/2327Hellmuth Michaelis2000-03-312-2/+52
* Oldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.Warner Losh2000-03-302-1930/+0
* NewBus the cs driver.Warner Losh2000-03-301-5/+0
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionsKATO Takenori2000-03-291-0/+129
* This should fix the lockups people have been experiencing. I muffed upMatthew Dillon2000-03-291-1/+1
* The SMP cleanup commit broke need_resched, this fixes that and alsoMatthew Dillon2000-03-292-7/+5
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori2000-03-291-0/+102
* pcvt cleanup.Hellmuth Michaelis2000-03-282-6/+3
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-284-562/+120
* Substantially cleanup of the pcvt kernel part. This cleanup doesHellmuth Michaelis2000-03-2610-3001/+407
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-203-7/+10
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-206-19/+20
* This file was repo copied and I forgot to cvs rm this here.Peter Wemm2000-03-201-383/+0
* Increment number of retries before giving up. This may fix theKATO Takenori2000-03-201-1/+3
* Update the copyright. Remove the advertising clause.Paul Richards2000-03-201-5/+2
* Make SPLASSERT sysctl and boot time tunable with kern.splassertmode.Paul Saab2000-03-191-1/+35
* Connect the ISA and PCI compatability shims to an option. In this casePeter Wemm2000-03-192-1/+9
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as toRobert Watson2000-03-191-0/+2
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-191-0/+2
* o Replace the old "oltr" driver with the completely re-writtenLarry Lile2000-03-181-5/+0
* - `Newbus'ified the mse driver.Kazutaka YOKOTA2000-03-181-5/+0
* - `Newbus'ified the driver.Kazutaka YOKOTA2000-03-181-124/+283
* Remove left over files from wd; Since pc98 still uses some of them thosePeter Wemm2000-03-156-4552/+0