summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Don't reference non-existant ATAPI option..peter1999-05-232-8/+8
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-221-9/+9
* Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-221-9/+10
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-222-454/+89
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* Fixed style bugs in previous commit.bde1999-05-222-10/+10
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-214-6/+16
* Set CHAR_{MIN,MAX} according to -funsigned-char flag given or notache1999-05-202-6/+18
* usbdi.h:n_hibma1999-05-203-43/+41
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-206-29/+89
* Don't detect an EISA bus unless we see a "card" there somewhere. An EISApeter1999-05-181-2/+10
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-186-120/+196
* Added device major 125 for the Advantech PCI-1750 Digital IO card.roger1999-05-181-1/+2
* Update text on using the smbus, iibus, iicbb controllersroger1999-05-182-8/+16
* Bt848 driver release 1.65roger1999-05-181-2/+3
* pmap_qremove:alc1999-05-181-4/+17
* Correct the comment for the last commit.gibbs1999-05-171-1/+1
* Fix whitespace. Correct a comment.gibbs1999-05-171-15/+18
* Add `xe', the Xircom PC Card Ethernet driver.obrien1999-05-151-2/+3
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
* Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switchgibbs1999-05-141-2/+1
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Correct comment to refer to kget(8).jkoshy1999-05-141-3/+3
* Add ucmpdi2.c to the i386 libkern build.gibbs1999-05-141-1/+2
* Add the `xe' Xircom PC Card driver.obrien1999-05-144-4/+10
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-132-18/+23
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-131-4/+3
* Unbreak VESA on SMP.luoqi1999-05-1213-38/+42
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-122-5/+5
* Fix dev_t/minor problemspeter1999-05-123-23/+31
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-121-4/+4
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-118-16/+18
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-112-3/+5
* Do not hardcode size of struct vm86frame.luoqi1999-05-112-4/+10
* Trap frame size has increased by 4.luoqi1999-05-111-3/+3
* Make the driver work on HP8100 and the newer Philips that does notsos1999-05-112-48/+6
* Change the INIT_PATH option example to use colons instead of semi-colonsjb1999-05-112-4/+4
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-111-2/+3
* The Intel Pentium Pro's performance counters are 40 bits wide. The Intelalc1999-05-111-3/+3
* Fixed checking for maddr/msize conflicts. It was complete nonsense,bde1999-05-101-7/+6
* correct params for sndmmap(). Don't bogo-initialize fields we don'tphk1999-05-101-3/+2
* Add missing suspend/resume methods.dfr1999-05-102-2/+10
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-8/+8
* [Forgot to commit this in the batch a few days ago.]bde1999-05-101-1/+3
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-091-15/+3
* Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP)..peter1999-05-091-30/+16
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-092-4/+4
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-092-5/+5
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-092-2/+6
OpenPOWER on IntegriCloud