summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Propagate suspend/resume to child devices.simokawa2003-01-045-38/+99
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.phk2003-01-031-21/+4
* Remove unused second argument from DEV_STRATEGY().phk2003-01-035-9/+9
* Remove unused second argument from BIO_STRATEGY()phk2003-01-032-6/+6
* - This damnable chip only has 1 status register for both ports, so the bitjake2003-01-021-9/+37
* Update to correct NetBSD Idimp2003-01-021-1/+1
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making suremjacob2003-01-021-5/+7
* Sync to 1.104 of usbdevsimp2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)imp2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).imp2003-01-021-3/+4
* Do not print the value of sc pointer before is has been ininialized.kan2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.kan2003-01-021-1/+1
* It appears that the SANYO SCP-4900 needs similar quirks to theimp2003-01-011-0/+2
* Sync to usbdevs 1.103imp2003-01-012-2/+18
* Add Sanyo SCP-4900 phone. It needs quirks.imp2003-01-011-0/+4
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. Itimp2003-01-011-29/+1
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.jake2003-01-012-0/+1629
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0129-44/+44
* 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
OpenPOWER on IntegriCloud