summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-0710-31/+20
* Oops, forgot to count non-changer drives..sos1997-11-051-1/+3
* Do not print config details twice (first variant comes from isa)ache1997-11-051-4/+8
* dk_altport is initialized in wdprobe(), but not in wdattach(), thisphk1997-11-041-1/+2
* - MF22: (I reversed these). Simplify code.nate1997-11-021-2/+3
* Sigh, kill setting of 0WS...it breaks more machines than it fixes.dg1997-11-021-4/+3
* Bring our sound sources up to the level of Amancio's latest-and-greatest.markm1997-10-3125-6190/+9231
* This updates Luigi's sound code to the basic code in snd971023...jmg1997-10-319-1702/+1073
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.markm1997-10-3141-11497/+16074
* First cut at supporting multi-CD CDROM drives (changers).sos1997-10-292-74/+223
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()nate1997-10-291-1/+2
* The previous change added a use of the DATA_SET macro, but forgotjdp1997-10-291-1/+2
* Removed unused #includes.bde1997-10-281-4/+1
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-282-4/+10
* Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other portjoerg1997-10-271-2/+16
* Fix a comment about multicast; since the Etherlink III has nofenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-265-45/+16
* - Slightly change the way the border color register is updated so thatyokota1997-10-261-4/+3
* - Functional changes to PCCARD support.nate1997-10-265-222/+80
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-267-248/+244
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-232-26/+84
* - PCCARD support to the much maligned SCSI driver. This gives up supportnate1997-10-211-4/+152
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBjoerg1997-10-191-2/+15
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneyokota1997-10-191-2/+2
* Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-181-0/+3
* Hide a silly ``unknown board type'' message behind bootverbose. Thejoerg1997-10-151-3/+4
* if_ep.c clarification/simplification.itojun1997-10-142-273/+92
* Disable the TEST_CIL code till I can commit the complete solution.fsmp1997-10-131-1/+5
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-122-3/+3
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-121-2/+2
* Fix bug when using DEVFS, drives on second controller sisn't appearsos1997-10-121-4/+4
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-121-4/+4
* Change default keymap (I left all the international ones alone) sojkh1997-10-101-2/+2
* Fixed spot in twintr() where tw_control and TWC_SYNC were used insteadstark1997-10-061-1/+1
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasdg1997-10-031-6/+1
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-012-13/+25
* Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)fsmp1997-09-291-11/+24
* Screwed the debug for the cil deadlock, another 3 hours down the tubes...fsmp1997-09-291-2/+2
* Added a couple short-term debugs and a fix to the SPIN_MAX variable.fsmp1997-09-282-7/+38
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-283-12/+17
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-282-20/+44
* Added a missing comma for the INTR_SPL case.fsmp1997-09-271-2/+2
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-271-5/+7
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-261-7/+25
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Fix a call to timeout that wasn't properly saving it's callout handle.gibbs1997-09-231-2/+2
* Add a missing bufq_init call. The original code never initialized it'sgibbs1997-09-221-0/+1
* restore a line I accidentally deleted with my callout changes.gibbs1997-09-221-0/+1
* Update for changes in the callout interface.kato1997-09-223-1/+11
* Update for changes in the callout interface.gibbs1997-09-213-19/+30
OpenPOWER on IntegriCloud