aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Delete some leftover code from a bygone age. We dont have an array ofPeter Wemm2001-12-111-11/+1
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.Murray Stokely2001-12-101-0/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-6/+6
* style(9)David E. O'Brien2001-12-091-7/+7
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-093-3/+4
* o Whitespace sync to GENERICRobert Watson2001-12-051-1/+1
* Update pathnames for creation of tags file.Kirk McKusick2001-12-051-1/+1
* PROCFS requires PSEUDOFS.Dag-Erling Smørgrav2001-12-041-1/+2
* PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.Dag-Erling Smørgrav2001-12-041-1/+2
* PROCFS requires PSEUDOFS now.Dag-Erling Smørgrav2001-12-041-1/+1
* Add a missing open paren to a macro that's been broken (and apparentlyJohn Baldwin2001-12-041-1/+1
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64Peter Wemm2001-11-301-1/+1
* Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier toJohn Baldwin2001-11-281-2/+4
* Clean up some of the gross macros whitespace wise before I fix the asmJohn Baldwin2001-11-281-20/+22
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofMike Smith2001-11-271-0/+7
* MFS: I was confused. This code wasn't in -current after all.Warner Losh2001-11-262-10/+28
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.Max Khon2001-11-211-0/+6
* Convert BSD trap codes to i386.Pierre Beyssac2001-11-201-2/+41
* Yet another verbose printing cleanup. Remove debug_wakeup flag andMitsuru IWASAKI2001-11-181-5/+2
* Fix the non-KSTACK_GUARD case.. It has been broken since the KSEPeter Wemm2001-11-171-0/+1
* Start bringing i386/pmap.c into line with cleanups that were done toPeter Wemm2001-11-174-258/+193
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisIan Dowse2001-11-161-0/+1
* Oops, I accidently merged a whitespace error from the original commit.Peter Wemm2001-11-161-1/+1
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)Peter Wemm2001-11-161-14/+11
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutMaxim Sobolev2001-11-151-1/+1
* Document the atkbd flags of 0x03 and be explicit to mention this mightJeroen Ruigrok van der Werven2001-11-151-0/+2
* - Don't enable interrupts in trap() if we trapped while holding a spinJohn Baldwin2001-11-151-6/+17
* Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVERJohn Baldwin2001-11-151-1/+0
* Replace use of "0" constraints in inline asm with "+" constraints,Giorgos Keramidas2001-11-131-4/+4
* Change constraints to use "+" in inline asm instead of mapping inputGiorgos Keramidas2001-11-121-1/+1
* Use newer constraints for atomic_cmpset().John Baldwin2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anJohn Baldwin2001-11-121-21/+21
* Back out last commit, it was accidentalWarner Losh2001-11-111-79/+79
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-79/+79
* Add two minor changes.Mitsuru IWASAKI2001-11-111-33/+44
* Fix tab damage in rev 1.326.David E. O'Brien2001-11-061-1/+1
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-1/+9
* GC userconfig after Peter axed it 15 months ago.Poul-Henning Kamp2001-11-051-3148/+0
* Also remove the .h files for the old rp driver.Poul-Henning Kamp2001-11-052-1137/+0
* Remove the old RocketPort driver which was left behind in favourPoul-Henning Kamp2001-11-051-1988/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-3/+0
* Don't call devsw_add().Poul-Henning Kamp2001-11-041-4/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-047-26/+0
* Don't call cdevsw_add()Poul-Henning Kamp2001-11-041-4/+0
* Call to cdevsw_add() no longer needed.Poul-Henning Kamp2001-11-041-1/+0
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-024-0/+470
* The sound drivers live in sound/driver, not sound/driversWarner Losh2001-11-021-1/+1
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-014-18/+200