summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-5/+9
* Fixed typo in the set_keyboard_param().yokota1997-04-221-1/+1
* - Better fix for 3C589D support. Revert previous changes and add anate1997-04-211-1/+2
* Fixed the type of a timeout function and removed casts that hid thebde1997-04-201-2/+7
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-202-24/+38
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-209-16/+15
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-204-33/+24
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-10/+12
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-203-19/+22
* Fixed inconsistent extern declaration of a timeout function andbde1997-04-201-2/+2
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.bde1997-04-191-8/+11
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutbde1997-04-181-5/+11
* Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.yokota1997-04-181-14/+17
* Quick and dirty attempt to get the zp device to work with the 3c589D.nate1997-04-171-2/+2
* YAMF22jkh1997-04-141-15/+72
* Use the same IOPL check as in syscons.bde1997-04-143-9/+27
* New name for the EtherExpress register file.gibbs1997-04-141-0/+80
* Add Intel EtherExpress16 support into the ie driver, removing the needgibbs1997-04-143-2093/+496
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-101-10/+6
* Mask out revision register in consistency test of class register.se1997-04-091-2/+2
* Fix spelling of align and interrupt in comments.se1997-04-091-6/+6
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-091-2/+2
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.kato1997-04-081-0/+3
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-061-5/+10
* Make MOD_* macros almost consistent:dufault1997-04-064-11/+15
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
* Use device flags instead of options for serial console configurationbde1997-04-051-23/+53
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-1/+4
* If flag 0x4000 (Sleephack) is defined, assume that the disk is sleepingphk1997-04-031-3/+35
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toyokota1997-03-281-3/+10
* Remove recently commited support for iobase == -2 ("port none")ache1997-03-281-5/+3
* Check sb0 configured in probe routine firstache1997-03-261-2/+10
* Pass configured irq and ports number back to isaache1997-03-261-2/+3
* Allow low level probe routine pass configured information back to isaache1997-03-261-10/+4
* Return ports number in probe nowache1997-03-262-2/+8
* Return ports number in probe nowache1997-03-261-1/+1
* Fix probe wrapper to pass ports number from low level probeache1997-03-261-5/+5
* Use FreeBSD-style attach messageache1997-03-251-1/+5
* Copy io_base configuration address from sb config.ache1997-03-251-0/+1
* Replace more verbose "at <not configured>" with less verbose "at ?",ache1997-03-251-3/+3
* Follow config intention for iobase:ache1997-03-251-8/+13
* Remove unneeded prototype (and warning) for stlintr().davidn1997-03-241-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-241-2/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-2412-22/+23
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-2431-51/+20
* Make stlintr() public to allow correct linkage.davidn1997-03-241-3/+3
* Merge PC-98 code int i386/isa/ft.c.kato1997-03-241-2/+41
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+2
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-232-2/+4
* Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>bde1997-03-237-5/+19
OpenPOWER on IntegriCloud