aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add sanity check to foo_start() routines: in the unlikely (thoughBill Paul1998-12-051-2/+8
* oops on lastMatt Jacob1998-12-051-3/+3
* Remove the Target mode functions until they're in better shape. Implement someMatt Jacob1998-12-051-89/+532
* make a real "done" func; clarify some LUN widthsMatt Jacob1998-12-051-8/+51
* compilation fixes from EklundMatt Jacob1998-12-051-2/+3
* compilation fixes from Eklund && move XS_CMD_DONE to be a real functionMatt Jacob1998-12-051-28/+5
* do a bit of cleanup on some target mode structures and clarify a couple other...Matt Jacob1998-12-051-179/+428
* roll core version minor and wire a non-i386 default Loop ID to 113Matt Jacob1998-12-051-3/+7
* offset was wrong for HARDLOOPID in NVRAMMatt Jacob1998-12-051-2/+3
* Roll to 1.15 f/w level for Qlogic 2100. Leave all flavors in, but control whichMatt Jacob1998-12-051-9947/+12433
* roll to 1.31 levelMatt Jacob1998-12-051-35/+1170
* trivial header fixMatt Jacob1998-12-051-0/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-0422-67/+80
* Eliminate a zillion "left-hand operand of comma expression has no effect"Archie Cobbs1998-12-041-22/+26
* An early Christmas present: add driver support for a whole bunch ofBill Paul1998-12-042-0/+2577
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterBruce Evans1998-11-282-24/+142
* Merge from sio.c rev.1.163:Bruce Evans1998-11-282-4/+4
* Alias Adaptec as a vendor of Cogent NICs.Mike Smith1998-11-281-1/+2
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-2631-0/+12079
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.Paul Richards1998-11-262-9/+34
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.Paul Richards1998-11-261-2/+2
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542BWarner Losh1998-11-251-6/+15
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRBruce Evans1998-11-233-30/+48
* Change the delivery mechanism for incoming target commands. We nowJustin T. Gibbs1998-11-234-83/+99
* Remove broken and useless intr interface.Nicolas Souchu1998-11-224-10/+6
* Reduce i/o overheads by not preserving the channel access register inBruce Evans1998-11-222-226/+260
* Fix ROOL UP/DOWN keys of PC-98.KATO Takenori1998-11-181-3/+3
* Depend on __FreeBSD_version instead of __FreeBSD__Eivind Eklund1998-11-151-7/+7
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-152-16/+18
* Add a missing newlineLuigi Rizzo1998-11-142-2/+2
* Move a diagnostic behind "if (bootverbose)".Justin T. Gibbs1998-11-131-5/+7
* Add entry for AOpen AW37Luigi Rizzo1998-11-102-0/+12
* Noop Commit - Change was in last revision.Justin T. Gibbs1998-11-102-2/+2
* Convert to change in ISA compatiblity port handling in the base bt driver.Justin T. Gibbs1998-11-101-3/+3
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-105-74/+128
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-102-199/+294
* Release the ppbus when probe fails.Nicolas Souchu1998-11-091-2/+5
* ifioctl takes a u_long rather than an int on 3.0Peter Wemm1998-11-091-1/+5
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingPeter Wemm1998-11-091-3/+3
* Port the ps/2 mouse driver to the alpha.Doug Rabson1998-11-081-0/+2221
* Check if devclass exists for probed devices beforeNicolas Souchu1998-11-081-2/+4
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-084-8/+8
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-082-4/+4
* Change METHODE (french) to METHOD.Nicolas Souchu1998-11-071-3/+3
* Define DEBUG only if not already defined, avoiding confusions withNicolas Souchu1998-11-071-1/+3
* Add iic driver iff the corresponding devclass exists.Nicolas Souchu1998-11-071-7/+8
* Return to previous check_for_i2c_devices() behaviour.Nicolas Souchu1998-11-072-24/+17
* If this is going to have checks for kernel versions, it might as wellPeter Wemm1998-11-062-15/+29
* Remove machine/cputypes.h - it's an i386 only thingPeter Wemm1998-11-061-2/+1
* iicbus probe and attach deferred until root_bus_configure() call.Nicolas Souchu1998-11-041-5/+1