summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix ROOL UP/DOWN keys of PC-98.kato1998-11-181-3/+3
* Depend on __FreeBSD_version instead of __FreeBSD__eivind1998-11-151-7/+7
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-152-16/+18
* Add a missing newlineluigi1998-11-142-2/+2
* Move a diagnostic behind "if (bootverbose)".gibbs1998-11-131-5/+7
* Add entry for AOpen AW37luigi1998-11-102-0/+12
* Noop Commit - Change was in last revision.gibbs1998-11-102-2/+2
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-101-3/+3
* Fix probes when a port address is specified.gibbs1998-11-105-74/+128
* Fix probes when a port address is specified.gibbs1998-11-102-199/+294
* Release the ppbus when probe fails.nsouch1998-11-091-2/+5
* ifioctl takes a u_long rather than an int on 3.0peter1998-11-091-1/+5
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-091-3/+3
* Port the ps/2 mouse driver to the alpha.dfr1998-11-081-0/+2221
* Check if devclass exists for probed devices beforensouch1998-11-081-2/+4
* Add semicolon to INTERFACE declarationsnsouch1998-11-084-8/+8
* * Fix a couple of places in the device pager where an address wasdfr1998-11-082-4/+4
* Change METHODE (french) to METHOD.nsouch1998-11-071-3/+3
* Define DEBUG only if not already defined, avoiding confusions withnsouch1998-11-071-1/+3
* Add iic driver iff the corresponding devclass exists.nsouch1998-11-071-7/+8
* Return to previous check_for_i2c_devices() behaviour.nsouch1998-11-072-24/+17
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-062-15/+29
* Remove machine/cputypes.h - it's an i386 only thingpeter1998-11-061-2/+1
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Properly reset parent to get interface addr.nsouch1998-11-041-3/+3
* Remove an error message from sb interrupt driver -- itluigi1998-11-044-32/+0
* Simple update to make these work as kld and preload modules.peter1998-11-046-84/+34
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* Remove some dead code and commentsgrog1998-11-031-10/+8
* Print a warning if we removed a junked drivegrog1998-11-031-1/+7
* Take drive down if the disk driver tells us it's not theregrog1998-11-031-1/+5
* Check for duplicate subdisk namesgrog1998-11-031-9/+9
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
* Change some numeric #defines to enumsgrog1998-11-021-12/+11
* Don't close drives when called from interrupt context, set a flag forgrog1998-11-021-23/+63
* Get the default revive blocksize right for striped and RAID-5 plexesgrog1998-11-021-3/+4
* Close any drives downed in an interrupt context.grog1998-11-021-5/+24
* Accept incorrect device open counts, but print a warninggrog1998-11-021-2/+17
* Check for maximum number of subdisks in a plexgrog1998-11-021-1/+11
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-013-513/+1669
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3122-102/+102
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-314-32/+79
* pcf.c: timeout management addednsouch1998-10-313-147/+309
* lpbb is the official Philips parallel I2C interface. lpbb.c contains onlynsouch1998-10-312-7/+340
* iicbb is generic support for I2C bit-banging.nsouch1998-10-3110-120/+665
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-314-19/+538
* Fix a typo, and remove verbose error reporting when inluigi1998-10-301-2/+4
* Do not disable the ISA compatibility window if it is the same value asgibbs1998-10-303-10/+22
* Correct the reporting of the queue full condition so that the XPT layergibbs1998-10-292-6/+13
OpenPOWER on IntegriCloud