summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-214-46/+1237
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-172-175/+494
* - Convert this driver to newbus.mdodd1999-10-162-520/+754
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-122-26/+38
* remove unused #includesphk1999-10-111-1/+0
* Hid silly unknown board types message behind if (bootverbose). Thisimp1999-10-111-1/+2
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-111-0/+2
* Trim some unused #includespeter1999-10-116-10/+2
* Zap unneeded #include (found by phk)peter1999-10-111-6/+0
* Zap cdevsw_add() - the make_dev's take care of it and don't usepeter1999-10-081-10/+0
* - Remove cdevsw_add().yokota1999-10-061-3/+0
* - Remove cdevsw_add().yokota1999-10-061-4/+5
* Add $FreeBSD$.phk1999-10-061-7/+6
* Removal of sys/device.hn_hibma1999-10-051-1/+1
* Remove unused B_FORMAT #definephk1999-10-041-3/+0
* Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR.bde1999-10-032-6/+0
* Back out an unintended commit. This wasn't supposed to bemdodd1999-10-011-18/+0
* Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.mdodd1999-10-013-1858/+18
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-288-203/+15
* Newbusification of aha. dfr sent me the first cut, and I made itimp1999-09-281-4/+4
* Removed pc98 code.kato1999-09-271-14/+0
* Seperate pcaudio from isa/snd and isa/sound - it's not worth this breakingpeter1999-09-271-2/+34
* Move aha driver to dev/aha like the other drivers.imp1999-09-271-289/+0
* Bid a fond farewell to these files, they live on various forms inpeter1999-09-2611-8167/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-2531-156/+19
* This patch clears the way for removing a number of tty relatedphk1999-09-258-172/+68
OpenPOWER on IntegriCloud