| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to use spls more correctly | imp | 2002-05-07 | 1 | -7/+10 |
* | Include <sys/lockmgr.h> for definitions of deprecated locking interfaces -- | bde | 2002-05-06 | 1 | -0/+1 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 1 | -1/+1 |
* | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | joe | 2002-05-06 | 7 | -28/+27 |
* | Add suspend/resume code mostly merged from fxp/rl driver. | iwasaki | 2002-05-06 | 2 | -0/+88 |
* | Add another Askey ISA modem ID. | dwmalone | 2002-05-06 | 1 | -0/+1 |
* | No longer attempt to power off the ACLINK during suspend - luigi | orion | 2002-05-05 | 1 | -3/+0 |
* | When a program launched on the local console exits, the shell will | mux | 2002-05-04 | 1 | -1/+2 |
* | Do not call nge_tick() if we get an PHY interrupt, nge_tick() calls | phk | 2002-05-04 | 1 | -3/+11 |
* | Increase gigE negotiation timeout to 17 seconds. | phk | 2002-05-04 | 1 | -5/+5 |
* | Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't really | phk | 2002-05-04 | 17 | -376/+129 |
* | Fix a memory-leak when configuring a vnode backed md(4) device fails. | phk | 2002-05-03 | 1 | -13/+16 |
* | Don't grab the lock until somewhat later in attach to avoid a lock | phk | 2002-05-03 | 1 | -6/+7 |
* | The first argument of pgsigio() is now struct sigio **. | tanimura | 2002-05-03 | 1 | -1/+1 |
* | bzero out the sync command buffer when sending commands. This was causing | scottl | 2002-05-03 | 2 | -5/+13 |
* | MFNetBSD: | joe | 2002-05-02 | 1 | -1/+4 |
* | Make em driver compilable on IA64/alpha. | pdeuskar | 2002-05-02 | 1 | -4/+4 |
* | Add missing UNLOCKs | julian | 2002-05-02 | 1 | -1/+9 |
* | If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bit | mjacob | 2002-05-01 | 1 | -6/+23 |
* | Add an epic_stats_update() function (called once per second). Even though | semenu | 2002-05-01 | 1 | -9/+27 |
* | MII_TICK handlers need not restart aneg on these PHYs, they behave pretty | semenu | 2002-05-01 | 2 | -109/+55 |
* | Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build, | peter | 2002-05-01 | 1 | -0/+3 |
* | makeobjops.awk is stricter on syntax than the perl version. | obrien | 2002-05-01 | 1 | -1/+1 |
* | Remove the trailing ^M's. makeobjops.awk does not like them. | obrien | 2002-05-01 | 3 | -153/+147 |
* | Fix a bug where the aacp device would only talk to bus 0 on the | scottl | 2002-04-30 | 1 | -7/+5 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 1 | -2/+0 |
* | Need more includes. | julian | 2002-04-30 | 1 | -0/+2 |
* | Add the extra argument to mtx_init() | julian | 2002-04-30 | 1 | -1/+2 |
* | skibo tells me that that I didn't apply all of his last patch, and | imp | 2002-04-30 | 1 | -1/+1 |
* | - Set the maximum number of device transactions to what the driver | ps | 2002-04-29 | 1 | -7/+73 |
* | We don't need the card_if.h here. It breaks the building of kernels | imp | 2002-04-29 | 1 | -7/+2 |
* | splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp is | imp | 2002-04-29 | 1 | -1/+1 |
* | More diff reduction: Shuffle around some header code as was done in | anholt | 2002-04-29 | 21 | -239/+160 |
* | Some non-functional changes to make the differences between NetBSD's | joe | 2002-04-29 | 1 | -31/+35 |
* | Regen after rev.1.89 of usbdevs. | sobomax | 2002-04-29 | 2 | -2/+2 |
* | Change Device ID string for DaisyTech devices to be more sensible. | sobomax | 2002-04-29 | 1 | -1/+1 |
* | Introduce NetBSD's mii_phy_match() API and use it in the nsgphy to | phk | 2002-04-29 | 3 | -10/+45 |
* | Convert exphy and ukphy over to the new code. | phk | 2002-04-29 | 3 | -61/+10 |
* | Make one generic mii_phy_detach() to replace 19 slightly different ones. | phk | 2002-04-29 | 25 | -388/+64 |
* | Move a lot closer to NetBSDs MII support for GigE. | phk | 2002-04-29 | 7 | -290/+247 |
* | Spell hw.cbb.start_memory the same in the HINT as well as the sysctl. | imp | 2002-04-29 | 1 | -1/+1 |
* | Make sysctl RW | imp | 2002-04-29 | 1 | -4/+4 |
* | Moving closer to being able to use NetBSD's generic mii_set_media() | phk | 2002-04-29 | 3 | -20/+141 |
* | Untimeout before calling timeout. I think that I have caught all the cases | imp | 2002-04-29 | 2 | -3/+7 |
* | Edging ever closer to NetBSD... | phk | 2002-04-29 | 3 | -12/+11 |
* | Move us yet closer to IFM_* definitions in NetBSD. | phk | 2002-04-29 | 2 | -8/+8 |
* | Diff reduction to my experimental code: clean up return code handling. | anholt | 2002-04-29 | 24 | -359/+354 |
* | add a missing \n to an unregister failure message | cg | 2002-04-28 | 1 | -1/+1 |
* | recognise ct5880-e | cg | 2002-04-28 | 1 | -1/+7 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 11 | -43/+43 |