summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unused variableeivind1999-12-201-2/+0
* Remove references to register_intr() etc in comments.peter1999-12-201-1/+1
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-203-138/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-181-0/+5
* update to isdn4bsd beta release 0.90: since the isic drivers are nowhm1999-12-151-5/+0
* Fix the command to launch DMA for 16bit samples.tanimura1999-12-141-2/+8
* Remove the if_ze and if_zp drivers.phk1999-12-106-3394/+0
* Remove the B_BAD buffer flag, it is no longer used.phk1999-12-101-10/+1
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-93/+7
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-083-5/+5
* Fix invocation of bus_teardown_intr(). The last arg is supposed to bewpaul1999-12-081-1/+1
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-071-5/+6
* Remove DSO_BAD144 from wd driver(s) so people with bad144'ed disks getphk1999-12-061-1/+1
* Supported i8251 (internal COM1) FIFO mode.nyan1999-12-061-2/+32
* Remove references to old joystick driver from this file, which Peterwpaul1999-12-051-5/+0
* Switch over to using the generic joy driverpeter1999-12-051-285/+0
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-051-0/+2
* pc98/pc98/atapi.cnyan1999-12-031-32/+2
* Change splbio() to splcam(). bs is cam driver.nyan1999-12-032-4/+6
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-2/+2
* The 6th bit of configuration port is not defined on pc98.nyan1999-12-011-0/+4
* Add explicit null entries for new entrypoints.julian1999-12-012-2/+4
* Update the WaveLAN/IEEE driver:wpaul1999-11-252-162/+400
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-192-6/+4
* fix braino.. line misplaced.julian1999-11-191-1/+1
* protect some more operations with splimp() under Netgraph.julian1999-11-192-6/+6
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-181-0/+14
* Fix some -Wunused warningspeter1999-11-182-4/+0
* Fix some warnings.peter1999-11-181-2/+5
* Fix a warning.peter1999-11-181-3/+1
* Touch up the make_dev() usage to hopefully make it work and fix warnings.peter1999-11-181-5/+3
* Fix some warnings.peter1999-11-181-2/+2
* Fixed to compile bs driver with gcc 2.95.2.nyan1999-11-161-4/+7
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcmdodd1999-11-031-1/+1
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-2/+0
* Fix typo in previous commit.archie1999-11-021-1/+1
* User netgraph typedefs for methodsjulian1999-11-012-18/+18
* rearrange order of tests for NE1000, NE2000, and Linksysjmb1999-11-011-16/+22
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+22
* useracc() the prequel:phk1999-10-291-1/+0
* Disable old PCCARD_MODULE code.imp1999-10-291-0/+2
* It seems I forgot to remove the bits from isa_compat.h.mdodd1999-10-271-6/+0
* Fix potential panic by illegal increment of wfdnlun.nyan1999-10-271-2/+3
* add support for LinkSys 10/100 cardsjmb1999-10-261-4/+39
* Make it compile inthe NETGRAPH case.julian1999-10-251-1/+1
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-251-0/+3
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-251-0/+5
OpenPOWER on IntegriCloud