summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix printf int/long format problems on the Alpha.peter1999-07-011-3/+3
* Allocate the port resource when attaching the keyboard controller,yokota1999-06-292-14/+20
* Skip the device if it is disabled, when searching for a serial portyokota1999-06-291-0/+5
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),yokota1999-06-291-2/+6
* Lock buffer before calling strategy.grog1999-06-292-3/+8
* close_drive:grog1999-06-291-6/+5
* Correct type of intializer for (undocumented) cdevsw.d_parms.grog1999-06-291-1/+2
* Use the correct value for banksize so splash_pcx works in LFB modes.des1999-06-281-2/+2
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Add MultiTech Atlas modemn_hibma1999-06-272-0/+15
* Remove superfluous semi-colonn_hibma1999-06-271-4/+4
* Replace usbd_device_set_desc by device_set_desc_copyn_hibma1999-06-273-10/+1
* Initialize and hold locks for ccd generated bufs..peter1999-06-271-3/+6
* Remove unused variable and computation, possibly leading to an_hibma1999-06-261-4/+1
* Change 'device' to 'self', to be more like the rest of the coden_hibma1999-06-262-4/+4
* Fix a dev_t/udev_t issuepeter1999-06-261-3/+3
OpenPOWER on IntegriCloud