summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-29prettify dmesg output a touch. from Michael Knudsen.David Gwynne
2006-01-29Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' noKenneth R Westerback
2006-01-29index the drive labels from 0 instead of 1 to match the labels on the frontDavid Gwynne
2006-01-28Fix hmac calculation.Marco Pfatschbacher
2006-01-28a little cleaning.Brad Smith
2006-01-28Move address checks forward. Cleanup comments.Mark Kettenis
2006-01-28Consider temperatures below -45 degC to be invalid for Winbond chips.Mark Kettenis
2006-01-28Disable ds1624/ds1631/ds1721 probe.Mark Kettenis
2006-01-28Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD codeMark Kettenis
2006-01-28Rename lm_i2c.c to lm78_i2c.c.Mark Kettenis
2006-01-28remove 2 printf's from dc_coal() too.Brad Smith
2006-01-28get rid of the sensors globals. theyre were only used by sysctl forDavid Gwynne
2006-01-28Make sure that HW VLAN stripping is not enabled and remove unused codeBrad Smith
2006-01-28remove printf's from dc_newbuf().Brad Smith
2006-01-27Oops, removed too many includes in 1.34 by mistake; spotted matthieu@Miod Vallat
2006-01-27Use letoh32 to print out configuration descriptors in debug functions. NowClaudio Jeker
2006-01-27add iwi(4).Brad Smith
2006-01-26Add glenv(4).Mark Kettenis
2006-01-26Fix printf.Mark Kettenis
2006-01-26Make lm at iic detach properly, and use config_detach(9) to fully detachMark Kettenis
2006-01-26make timecounter behave; grange@ okMichael Shalayeff
2006-01-26Make T1 work on the dual port version. Time slot map is different than onClaudio Jeker
2006-01-26Some fixes to make the card work on big endian systems. Still not enoughClaudio Jeker
2006-01-26Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2006-01-26Fix character range check in local atoi() function. krw@ "looks correct"Aaron Campbell
2006-01-26regenBrad Smith
2006-01-26add Promise SATA-II chipsets and fix ordering of some existing entries.Brad Smith
2006-01-25Wow, this is clearly wrong (found in esa_set_params):Brad Smith
2006-01-25Duh! If askes to halt the input dont halt the output instead. This alsoBrad Smith
2006-01-25Fix problem in ioctl() handling in OSS audio emulation which causedBrad Smith
2006-01-25reduce stack use; pedro@ miod@ okMichael Shalayeff
2006-01-25- Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)Brad Smith
2006-01-25kthread_create_deferred() do the things right, no need forAlexander Yurchenko
2006-01-25Prevent division by zero, and make it actually update the fan sensors.Mark Kettenis
2006-01-25Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too.Claudio Jeker
2006-01-25Check if the dma ring got cleared before accessing it. Fixes a panic thatClaudio Jeker
2006-01-25Add additional debug function to print framer error counters.Claudio Jeker
2006-01-25Reset and initialize part of the device early. Makes reading the ROM moreClaudio Jeker
2006-01-24Initial stab at glenv(4), a driver for the GL518SM.Mark Kettenis
2006-01-24Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so canAaron Campbell
2006-01-24Match a few more NVIDIA product ids found in Linux drivers.Jonathan Gray
2006-01-24regenJonathan Gray
2006-01-24Some NVIDIA MCP04/MCP51/C51/MCP55 devices.Jonathan Gray
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-23The GL518SM is a real piece of shit, and if we don't detect it bad thingsMark Kettenis
2006-01-23support PMTU-Discovery for link2 ipsec bridges; ok claudioMarkus Friedl
2006-01-23Be more careful when mapping DAFB color registers, so that we don't preventMiod Vallat
2006-01-23Be sure to clear color capabilities from rasops at 8bpp if we do not haveMiod Vallat
2006-01-23Don't match ITE chips matched by it(4).Mark Kettenis