summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Experimental support for suspend/resume, not finished yet.simokawa2003-01-013-160/+182
* Reduce debug message.simokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.simokawa2003-01-013-5/+64
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* Fix and add several device IDs.simokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.simokawa2002-12-312-15/+291
* Improve error checking of phy access and retry when error occurs.simokawa2002-12-311-16/+22
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()rwatson2002-12-311-1/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-315-8/+13
* MFS 1.6.2.3: fixup statistics; turn off batching by default; add maxsam2002-12-302-12/+63
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-3014-28/+28
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-305-8/+11
* fix build (make LINT)sam2002-12-301-0/+1
* Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.jake2002-12-301-0/+2
* - Add more CSR related definitions (IEEE-1212).simokawa2002-12-301-5/+62
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreambrisko2002-12-295-330/+1301
* Remove calls to cdevsw_add(), they are dreprecated on this branch now.phk2002-12-281-6/+0
* Add support for IC Book Labs Dreadnought x16 Lite.sobomax2002-12-282-1/+24
* Change ACPI make_dev() calls to use UID_ and GID_ constants ratherrwatson2002-12-281-1/+2
* Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644rwatson2002-12-271-2/+2
* Use UID_ and GID_ constants instead of hard-coded numeric valuesrwatson2002-12-271-1/+2
* Use UID_ROOT and GID_WHEEL for uid/gid argments to make_dev().rwatson2002-12-271-1/+2
* Make use of UID_ROOT, GID_WHEEL for make_dev() arguments.rwatson2002-12-271-1/+1
* Synchronize mode for ppsX devices to that found previously in MAKEDEVrwatson2002-12-271-2/+2
* Synchronize make_dev() for pcfclock devices to the values in MAKEDEVrwatson2002-12-271-1/+1
* Remove S_IROTH from the make_dev() lines for iir-related devices. Thisrwatson2002-12-271-2/+2
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPiedowse2002-12-261-0/+1
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-266-10/+10
* Replace ntohl() with ntohs() because orb_hi is u_int16_t.simokawa2002-12-261-1/+1
* firewire.csimokawa2002-12-265-36/+36
* Require privilege to flush the signal cache on if_an and if_wi 802.11rwatson2002-12-242-0/+6
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-231-0/+4
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-231-1/+1
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-233-545/+526
* Fix a De Morgan bug: If we only expect a memory range OR anmarcel2002-12-231-8/+8
* Revert part of the last commit. Do not fake-up the cylinders to makedillon2002-12-221-2/+1
* Be nice. There are evidentally a number of different cards thatimp2002-12-211-2/+4
* Modify the fake cylinders calculation so it is >= the size of the device,dillon2002-12-201-6/+26
* Fix two bugs in the DMA chaining code for OHCI. The first bug is thatdillon2002-12-201-5/+9
* Fxi support for the Promise SuperTrak 100, the PCI id was wrong.sos2002-12-201-2/+2
* Do not return(foo()) in void function.semenu2002-12-189-23/+25
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-181-1/+1
* Back out revision 1.38. disklabel now understands vinum volumes again.grog2002-12-181-5/+1
* Try to fix the problem with burncd blank not seeing the end ofsos2002-12-171-14/+9
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-173-4/+10
* Ignore IEEE1284 descriptors when looking for bidirectional mode. We don'tdes2002-12-161-2/+2
* MFNetBSD: 1.52-1.55des2002-12-161-4/+17
* Fix the panic that occurs when kldunloading trm by using the correctcognet2002-12-162-29/+51
* Convert the use of vtophys() for doing autosense to use busdma. Also correctscottl2002-12-142-12/+79
* SCARGS removal take II.alfred2002-12-141-3/+3
OpenPOWER on IntegriCloud