| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented. | phk | 2003-01-03 | 1 | -21/+4 |
* | Remove unused second argument from DEV_STRATEGY(). | phk | 2003-01-03 | 5 | -9/+9 |
* | Remove unused second argument from BIO_STRATEGY() | phk | 2003-01-03 | 2 | -6/+6 |
* | - This damnable chip only has 1 status register for both ports, so the bit | jake | 2003-01-02 | 1 | -9/+37 |
* | Update to correct NetBSD Id | imp | 2003-01-02 | 1 | -1/+1 |
* | Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sure | mjacob | 2003-01-02 | 1 | -5/+7 |
* | Sync to 1.104 of usbdevs | imp | 2003-01-02 | 2 | -2/+18 |
* | Add NEODIO TURBOCONNECT (from NetBSD) | imp | 2003-01-02 | 1 | -0/+4 |
* | MFNetBSD through 1.42 (to be committed in a moment by me). | imp | 2003-01-02 | 1 | -3/+4 |
* | Do not print the value of sc pointer before is has been ininialized. | kan | 2003-01-02 | 1 | -1/+2 |
* | Create debug sysctl nodes if USB_DEBUG is defined. | kan | 2003-01-02 | 1 | -1/+1 |
* | It appears that the SANYO SCP-4900 needs similar quirks to the | imp | 2003-01-01 | 1 | -0/+2 |
* | Sync to usbdevs 1.103 | imp | 2003-01-01 | 2 | -2/+18 |
* | Add Sanyo SCP-4900 phone. It needs quirks. | imp | 2003-01-01 | 1 | -0/+4 |
* | Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. It | imp | 2003-01-01 | 1 | -29/+1 |
* | Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. | jake | 2003-01-01 | 2 | -0/+1629 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 29 | -44/+44 |
* | Experimental support for suspend/resume, not finished yet. | simokawa | 2003-01-01 | 3 | -160/+182 |
* | Reduce debug message. | simokawa | 2003-01-01 | 1 | -0/+2 |
* | - Retry phy access when the wait-loop count is exhausted. | simokawa | 2003-01-01 | 3 | -5/+64 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | alfred | 2003-01-01 | 1 | -0/+1 |
* | Fix and add several device IDs. | simokawa | 2002-12-31 | 2 | -31/+38 |
* | - Implement primal Configuration ROM parser. | simokawa | 2002-12-31 | 2 | -15/+291 |
* | Improve error checking of phy access and retry when error occurs. | simokawa | 2002-12-31 | 1 | -16/+22 |
* | Use UID_ and GID_ constants for uid and gid arguments to make_dev() | rwatson | 2002-12-31 | 1 | -1/+2 |
* | Convert the use of MAXBSIZE in the dma tag to more appropriate values. | scottl | 2002-12-31 | 5 | -8/+13 |
* | MFS 1.6.2.3: fixup statistics; turn off batching by default; add max | sam | 2002-12-30 | 2 | -12/+63 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 14 | -28/+28 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 5 | -8/+11 |
* | fix build (make LINT) | sam | 2002-12-30 | 1 | -0/+1 |
* | Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER. | jake | 2002-12-30 | 1 | -0/+2 |
* | - Add more CSR related definitions (IEEE-1212). | simokawa | 2002-12-30 | 1 | -5/+62 |
* | Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more | ambrisko | 2002-12-29 | 5 | -330/+1301 |
* | Remove calls to cdevsw_add(), they are dreprecated on this branch now. | phk | 2002-12-28 | 1 | -6/+0 |
* | Add support for IC Book Labs Dreadnought x16 Lite. | sobomax | 2002-12-28 | 2 | -1/+24 |
* | Change ACPI make_dev() calls to use UID_ and GID_ constants rather | rwatson | 2002-12-28 | 1 | -1/+2 |
* | Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644 | rwatson | 2002-12-27 | 1 | -2/+2 |
* | Use UID_ and GID_ constants instead of hard-coded numeric values | rwatson | 2002-12-27 | 1 | -1/+2 |
* | Use UID_ROOT and GID_WHEEL for uid/gid argments to make_dev(). | rwatson | 2002-12-27 | 1 | -1/+2 |
* | Make use of UID_ROOT, GID_WHEEL for make_dev() arguments. | rwatson | 2002-12-27 | 1 | -1/+1 |
* | Synchronize mode for ppsX devices to that found previously in MAKEDEV | rwatson | 2002-12-27 | 1 | -2/+2 |
* | Synchronize make_dev() for pcfclock devices to the values in MAKEDEV | rwatson | 2002-12-27 | 1 | -1/+1 |
* | Remove S_IROTH from the make_dev() lines for iir-related devices. This | rwatson | 2002-12-27 | 1 | -2/+2 |
* | When resuming after a system suspend, re-issue the UHCI_CMD_MAXP | iedowse | 2002-12-26 | 1 | -0/+1 |
* | Cosmetic change. s/Firewire/FireWire/. | simokawa | 2002-12-26 | 6 | -10/+10 |
* | Replace ntohl() with ntohs() because orb_hi is u_int16_t. | simokawa | 2002-12-26 | 1 | -1/+1 |
* | firewire.c | simokawa | 2002-12-26 | 5 | -36/+36 |
* | Require privilege to flush the signal cache on if_an and if_wi 802.11 | rwatson | 2002-12-24 | 2 | -0/+6 |
* | - Hold the page queues lock around vm_page_wakeup(). | alc | 2002-12-23 | 1 | -0/+4 |
* | s/sokqfilter/soo_kqfilter/ for consistency with the naming of all | phk | 2002-12-23 | 1 | -1/+1 |