summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-182-2/+0
* hm committed newbused vt driver this weekend, so it is no longer neededimp2000-04-171-5/+0
* When in infrastructure mode, use address 3 from the 802.11 header as thewpaul2000-04-171-2/+7
* Some more i386-only BIOS-friendliness:msmith2000-04-161-9/+112
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-165-187/+157
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-155-159/+159
* Don't complain about not getting resources for the compatibility shimimp2000-04-081-4/+4
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-081-215/+8
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-1/+1
* Newbusify adv driver.nyan2000-04-071-14/+0
* Finally cvs rm these two files; they were not referenced in conf/files*,peter2000-04-062-2528/+0
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-026-16/+16
* PR: kern/2327hm2000-03-312-2/+52
* Oldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.imp2000-03-302-1930/+0
* NewBus the cs driver.imp2000-03-301-5/+0
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionskato2000-03-291-0/+129
* This should fix the lockups people have been experiencing. I muffed updillon2000-03-291-1/+1
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-292-7/+5
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-0/+102
* pcvt cleanup.hm2000-03-282-6/+3
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-284-562/+120
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-2610-3001/+407
* Isolate the Timecounter internals in their own two files.phk2000-03-203-7/+10
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-206-19/+20
* This file was repo copied and I forgot to cvs rm this here.peter2000-03-201-383/+0
* Increment number of retries before giving up. This may fix thekato2000-03-201-1/+3
* Update the copyright. Remove the advertising clause.paul2000-03-201-5/+2
* Make SPLASSERT sysctl and boot time tunable with kern.splassertmode.ps2000-03-191-1/+35
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-192-1/+9
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as torwatson2000-03-191-0/+2
* - Properly keep track of I/O port resources.yokota2000-03-191-0/+2
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-181-5/+0
* - `Newbus'ified the mse driver.yokota2000-03-181-5/+0
* - `Newbus'ified the driver.yokota2000-03-181-124/+283
* Remove left over files from wd; Since pc98 still uses some of them thosepeter2000-03-156-4552/+0
* Remove further vestiges of wd.asmodai2000-03-141-4/+0
* Get rid of wdc.asmodai2000-03-141-1/+0
* Fixed a spelling error that disabled the rc driver.bde2000-03-131-1/+1
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-137-25/+30
* Fixed configuration of fast interrupts for the isa cy driver. They werebde2000-02-281-1/+1
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-231-1/+10
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. Thisbde2000-02-171-31/+32
* Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT.peter2000-02-141-16/+14
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-131-0/+1
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-091-7/+22
* Add PCI Id's for i810 chipsets.n_hibma2000-02-071-0/+9
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.wpaul2000-02-022-1/+56
* Fixed longstanding brokenness of wddump() in LBA mode. LBA mode may nowbde2000-01-301-20/+21
* Zap isa_device -> id_conflicts. The sole user of it (userconfig) neverpeter2000-01-291-6/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-2912-40/+0
OpenPOWER on IntegriCloud