| Commit message (Expand) | Author | Age | Files | Lines |
* | Have the driver announce what capabilities it supports. These are | jlemon | 2001-09-18 | 1 | -6/+5 |
* | Have the driver advertise that it is capable of hardware checksums, and | jlemon | 2001-09-18 | 2 | -4/+38 |
* | nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that | imp | 2001-09-18 | 2 | -2/+2 |
* | Add SIO{CG}IFCAP entries. Fix formatting of some other entries. | jlemon | 2001-09-18 | 1 | -3/+5 |
* | Add two fields to the ifnet structure indicating what extra capabilities | jlemon | 2001-09-18 | 3 | -0/+23 |
* | Add ia64_get_cpuid(). | dfr | 2001-09-18 | 1 | -0/+12 |
* | when setting blocksize, fix blockcount to 2 to reduce latency with smaller | cg | 2001-09-18 | 1 | -0/+2 |
* | make buffer size adjustable. | cg | 2001-09-18 | 1 | -5/+7 |
* | don't enable the mic record channel unless the codec supports it. | cg | 2001-09-18 | 1 | -10/+17 |
* | Add support for loading bzip2-compressed kernels and modules. This support | sobomax | 2001-09-18 | 2 | -0/+12 |
* | Removed ipip_input(). No codes calls it anymore due to ip_encap.c's | sumikawa | 2001-09-18 | 1 | -4/+0 |
* | change tracking of channel counts. | cg | 2001-09-18 | 2 | -23/+52 |
* | add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target | cg | 2001-09-18 | 2 | -4/+22 |
* | add a method for retrieving codec capabilities | cg | 2001-09-18 | 2 | -0/+16 |
* | Flesh out identifycpu(). | dfr | 2001-09-18 | 1 | -1/+35 |
* | KLDMOD is not used since share/mk/bsd.kmod.mk,v 1.60. | ru | 2001-09-18 | 1 | -1/+0 |
* | Change p into ke->ke_proc, this was hidden behind INVARIANTS. | jlemon | 2001-09-18 | 1 | -1/+1 |
* | Remove hard coded magic load address. Now to change the load address, | peter | 2001-09-18 | 2 | -2/+2 |
* | Tweak the autoneg kickoff code to that it more closely resembles the | wpaul | 2001-09-18 | 1 | -3/+16 |
* | Fix a fatal type mismatch (char *static_env; vs char static_env[]). | peter | 2001-09-17 | 2 | -6/+13 |
* | Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking code | jhb | 2001-09-17 | 4 | -27/+39 |
* | Replace line accidentally deleted during KSE additions. | julian | 2001-09-17 | 1 | -1/+1 |
* | Don't inline mutexes in the LOCK_DEBUG case. | jhb | 2001-09-17 | 1 | -1/+1 |
* | If any of various debug kernel options are enabled, set a LOCK_DEBUG | jhb | 2001-09-17 | 1 | -0/+13 |
* | Add a lock assertion to linux_sendsig() to match other sendsig functions. | jhb | 2001-09-17 | 1 | -0/+1 |
* | Call acpi_DeviceIsPresent() only for devices. This should make | iwasaki | 2001-09-17 | 1 | -1/+1 |
* | Fix a typo: documenation -> documentation | silby | 2001-09-17 | 1 | -1/+1 |
* | SMBus support for the AMD 756 power management unit. See smbus(4), | murray | 2001-09-16 | 3 | -0/+636 |
* | Avoid empty decls when __FBSDIDs are turned off. | dillon | 2001-09-16 | 1 | -1/+7 |
* | Added pc98 support. | nyan | 2001-09-16 | 1 | -0/+5 |
* | MFi386: sys/isa/fd.c revision from 1.205 to 1.219. | nyan | 2001-09-16 | 2 | -882/+1044 |
* | Allocate i/o and memory resources using gdc driver. | nyan | 2001-09-16 | 2 | -48/+378 |
* | Recognize two cheap PCI 16550 devices : | murray | 2001-09-16 | 2 | -4/+8 |
* | Ian Dowse had closed the race a little more in card ejection events. | imp | 2001-09-16 | 1 | -16/+18 |
* | MFi386: added comment for ed driver. | nyan | 2001-09-16 | 1 | -0/+1 |
* | MFi386: cosmetic changes. | nyan | 2001-09-16 | 2 | -0/+2 |
* | MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342. | nyan | 2001-09-16 | 2 | -138/+122 |
* | MFi386: sys/i386/isa/pcaudio.c revision 1.59 and 1.61. | nyan | 2001-09-16 | 1 | -14/+4 |
* | MFi386: sys/i386/isa/mse.c revision 1.54 and 1.55. | nyan | 2001-09-16 | 1 | -2/+3 |
* | MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176. | nyan | 2001-09-16 | 3 | -15/+108 |
* | Added (commented out) ACPI attachment. | nyan | 2001-09-16 | 6 | -0/+18 |
* | MFi386: files.i386 revision 1.367, 1.370, 1.371 and 1.372. | nyan | 2001-09-16 | 1 | -1/+9 |
* | MFi386: removed IDE_DELAY option. | nyan | 2001-09-16 | 2 | -2/+0 |
* | MFi386: sys/boot/i386/loader/main.c revision 1.24. | nyan | 2001-09-16 | 1 | -0/+5 |
* | MFi386: sys/boot/i386/libi386/Makefile revision 1.20. | nyan | 2001-09-16 | 1 | -7/+10 |
* | Fix the improper backout. | obrien | 2001-09-16 | 1 | -1/+1 |
* | Back out rev 1.38. Even though it saves a little space on the line, | obrien | 2001-09-15 | 1 | -2/+2 |
* | o Correct authorization check in CANSIGIO(), which suffered from incorrect | rwatson | 2001-09-15 | 1 | -4/+5 |
* | Allow __FBSDID() to be used without ; | obrien | 2001-09-15 | 1 | -3/+3 |
* | Rearrange so we search for I/O port space as early as possible (i.e. | dfr | 2001-09-15 | 1 | -44/+53 |