summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-222-11/+15
* Convert the SysKonnect gigabit ethernet driver to newbus.wpaul1999-07-222-77/+131
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-211-1/+5
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-201-3/+5
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-41/+6
* use vp->v_rdev;phk1999-07-201-2/+2
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-20/+2
* - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
* - Move the `return' statement the correct place so that the keyboardyokota1999-07-182-10/+10
* Fix 2nd arg to udev2dev() call in ccd.cphk1999-07-171-2/+2
* slight change in the way we hi-jack the wd drivers cdevsw.phk1999-07-171-8/+4
* Make a few other cleanups while I'm in the area. Typo in comment, unusedwpaul1999-07-142-10/+4
* Revert some changes I had made to try and cut down on the number of TX EOFwpaul1999-07-141-11/+9
* Bug fixesroger1999-07-122-627/+1296
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-19/+101
* Implement a kludge for some wheeled mice for which infamous "psmintr:yokota1999-07-121-2/+16
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-111-2/+21
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenpeter1999-07-101-400/+170
* if_sk.c: use pci_port_t instead of u_shortwpaul1999-07-092-6/+5
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-093-0/+3481
* - Fixed memory leak in sc_alloc_history_buffer().yokota1999-07-074-29/+88
* Rename bpfilter to bpf.des1999-07-0627-185/+185
* Don't clobber the smb cdevsw entry that was installed by the driverpeter1999-07-061-5/+1
* add in (controlled by option) 2200 Expanded Lun F/Wmjacob1999-07-061-4/+3818
* add in a boot environment isp_disable flagmjacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...mjacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongmjacob1999-07-051-2/+2
* add 2200 f/w; fix botched definemjacob1999-07-056-13/+3786
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/Wmjacob1999-07-051-8/+14
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX bufferswpaul1999-07-052-77/+29
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-0412-32/+22
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-041-2/+19
* Add the semi-official Bulk protocol id 'P'n_hibma1999-07-031-1/+6
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-0316-81/+17
* Well, don't try and probe 65535 luns- things just don't really work wellmjacob1999-07-031-1/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-021-325/+235
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factmjacob1999-07-021-427/+80
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriatemjacob1999-07-021-84/+128
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutmjacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.mjacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.mjacob1999-07-021-20/+51
* This file is now obsolete.mjacob1999-07-021-183/+0
* roll firmware for FCmjacob1999-07-021-11258/+11257
* Add keywords 'mirror' and 'stripe' when not in kernel mode.grog1999-07-022-0/+4
* Allow to unconditionally up subdisks with the -f option.grog1999-07-021-17/+25
* Change the type of the freelist sectors variable to u_int64_t ingrog1999-07-021-2/+2
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-021-3/+3
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-011-1/+2
* Tidy up a few warnings when used without splash. (things defined but notpeter1999-07-011-1/+7
* Fix warnings on the Alpha.peter1999-07-011-2/+7
OpenPOWER on IntegriCloud