summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-062-6/+6
* Create an 'ibcs2' module so that scripts can tell if it's staticallypeter1998-11-061-1/+20
* make lnc0 definition in LINT match GENERICobrien1998-11-062-4/+4
* add AMD Am7990 & Am79C960 to description of lnc(4)obrien1998-11-062-4/+4
* Document the new NSFBUFS option.dg1998-11-052-2/+16
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Make a.out kernels kld compatable by default...peter1998-11-041-10/+2
* Remove stray(?) debugging printf's and cngetc()'s that freeze boot severalpeter1998-11-041-8/+2
* Remove an error message from sb interrupt driver -- itluigi1998-11-041-8/+0
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-034-12/+12
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-034-12/+12
* Remove USERCONFIG_BOOT, add INTRO_USERCONFIGmsmith1998-11-031-2/+2
* Remove the USERCONFIG_BOOT option. Userconfig script data is searchedmsmith1998-11-033-65/+115
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
* spell checkobrien1998-11-022-6/+6
* Oops forgot to remove peter's 'device iicbb0' declaration. Done.nsouch1998-11-012-4/+2
* Add controller iicbb (generic I2C bit-banging code) and lpbbnsouch1998-11-012-4/+32
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-311-2/+3
* I do not know if this is correct, but add iicbb0 as a device so thatpeter1998-10-312-2/+4
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* pcf.c: timeout management addednsouch1998-10-313-147/+309
* Document that we support i82595-based Ethernet adapters (Intel EtherExpressdes1998-10-302-2/+4
* Fix a typo, and remove verbose error reporting when inluigi1998-10-301-2/+4
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherluigi1998-10-303-9/+9
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-305-27/+21
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-4/+3
* Check the major number of the boot device more carefully. There was onlybde1998-10-261-5/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-2/+3
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
* Ignore `vector xxxintr' specifications except for checking their syntax.bde1998-10-231-2/+2
* Update timecounters to new interface.phk1998-10-233-25/+25
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-225-21/+20
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-3/+3
* Quote port names that have a digit in them. IO_TIMER1 was lexed asbde1998-10-227-38/+38
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-227-246/+246
* Fixed the ifdef for `uart' driver being present. The sound-driver-specificbde1998-10-221-1/+3
* Fix behaviour of the driver with small files -- due to a stupidluigi1998-10-221-2/+2
* The previous change was much too simple to actually compensate forbde1998-10-221-1/+15
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-2253-154/+293
* Get things limping along again for the 80386 and friends. Thernordier1998-10-211-2/+5
* Decrement the now unused page table page's wire_count prior to freeing it.dg1998-10-211-1/+3
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-186-8/+24
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* Print a message if bootverbose that the emulator is present in the kernel.peter1998-10-181-5/+11
* Complete the description of sio flag 0x40.alex1998-10-162-2/+4
* Update SMP-GENERIC to something a bit more recent based on GENERIC.peter1998-10-161-16/+25
* *gulp*. Jordan specifically OK'ed this..peter1998-10-165-47/+109
* Add commented out bpf entry. (DHCP is popular here, and this is required).obrien1998-10-161-1/+7
* Bring back support for honoring the primary channel setting for twin channelgibbs1998-10-151-3/+12
OpenPOWER on IntegriCloud