summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Remove an error message from sb interrupt driver -- itluigi1998-11-041-8/+0
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
* spell checkobrien1998-11-022-6/+6
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* pcf.c: timeout management addednsouch1998-10-313-147/+309
* 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
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
* Update timecounters to new interface.phk1998-10-232-14/+14
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-225-21/+20
* 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
* Make the next_writeable address specific for each drive, there mightsos1998-10-154-16/+14
* Fixed two potentially serious classes of bugs:dg1998-10-132-4/+4
* Added a workaround for yet-another, less-than-compatible keyboard controller.yokota1998-10-131-1/+4
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toimp1998-10-123-73/+11
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isbde1998-10-121-10/+16
* Added flag CC_QUIET for quiet conflict checking.bde1998-10-121-6/+7
* Fix conficts in probe:imp1998-10-103-3/+77
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-081-1/+1
* Discard previous commit.kato1998-10-081-14/+1
* Add SMC EtherEZ98 support to ed driver (PC-98).kato1998-10-081-1/+14
* Remove debug output on disk change.sos1998-10-082-4/+4
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.des1998-10-041-1/+1
* At net-jp@jp.freebsd.org mailing list, if_cs user in Japanmsmith1998-10-041-2/+2
* Removed duplicate case.alex1998-10-031-1/+0
* Update the pcm driver to the most recent version. This shouldluigi1998-10-029-200/+588
* A size field returned by the VESA BIOS is already expressed in bytes.yokota1998-10-021-2/+2
* Restore static of sc_flags.ache1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.yokota1998-10-016-85/+110
* Document that we support the CS4236B.des1998-09-301-0/+1
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-des1998-09-301-0/+3
* Restore v1.3 - page align workaround moved to vm86_datacall nowache1998-09-291-14/+5
* cosmetique - remove unneded static in previous commitache1998-09-291-2/+2
* workaround painful vm86_datacall requirement that segment+offsetache1998-09-291-5/+14
* Fix destructive cursor shape after text mode switch.ache1998-09-293-34/+37
* fix handling more than one cardsache1998-09-281-2/+3
* Cosmetic changes:yokota1998-09-263-28/+26
* - Use `u_long cmd' ioctl arg.yokota1998-09-263-17/+9
* Cosmetic change: adjust copyright notice.yokota1998-09-257-90/+78
* SC_BAD_FLICKER -> SC_ALT_SEQACCESSyokota1998-09-241-13/+13
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-242-6/+2
* Removed a stale comment about "ioconf.h".bde1998-09-241-4/+0
* Fix and update for VESA BIOS support in syscons.yokota1998-09-236-88/+426
* Attempt to work around a bug in the previous commit related tobde1998-09-201-3/+3
* - program counter was previously an index in the microsequence, now pcnsouch1998-09-201-26/+18
* Remove unused file.bde1998-09-201-124/+0
OpenPOWER on IntegriCloud