summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-12-30Properly include fcom.h defines.Dale Rahn
2004-12-30#include cleanup.Dale Rahn
2004-12-30Work around the previous xscale/sa1xx muck, should now work for cats and xscaleDale Rahn
2004-12-30shorter symbolic names for regulation domains and 2GHz channels for FCC1A.Reyk Floeter
2004-12-30Support for pxa270, at least a running start.Dale Rahn
2004-12-30replace __attribute__((__packed__)) with __packed.Reyk Floeter
2004-12-30Include types and defines for items used in these inlined functions.Dale Rahn
2004-12-30Add pxa270 idDale Rahn
2004-12-30Fix (and de-inline) bus_space_(read|write)_raw* functions, they didDale Rahn
2004-12-30Silence resettodr() unless option DEBUG.Miod Vallat
2004-12-30If we are running on a 68040 or a 68060 processor, overwrite the copypage()Miod Vallat
2004-12-30Do the address space checks only if option DEBUG - nobody has seen themMiod Vallat
2004-12-30Kill the EIOMAPSIZE and instead, dynamically size the external I/O map,Miod Vallat
2004-12-30Rework pmap_bootstrap() computations of I/O maps. Makes the MD part ofMiod Vallat
2004-12-30Let yds_init() return a meaningful value.Miod Vallat
2004-12-30adw(4) works on amd64, enable; ok deraadt marcoPeter Valchev
2004-12-30Current ahd timeout code does nothing. Add fbsd style timeoutKenneth R Westerback
2004-12-30Clean up some code to eliminate snprintf() return value abuse noted byKenneth R Westerback
2004-12-30add acphy and bmtphy for some aue devicesDavid Gwynne
2004-12-30Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc...Niklas Hallqvist
2004-12-30Enable udav now it works on alpha. ok dlg@Jonathan Gray
2004-12-30fix for some archs that don't like unaligned accesses, eg sparc64 and alphaDavid Gwynne
2004-12-30Correct copyright as per David Young's recent change in NetBSD.Jonathan Gray
2004-12-30Add license and CVS tags.Jonathan Gray
2004-12-30Don't zero error value, return it.Kenneth R Westerback
2004-12-30add ehci and enable atu in GENERIC. get rid of the flags on usb since theyDavid Gwynne
2004-12-30get rid of ieee80211 debug outputDavid Gwynne
2004-12-30handle rtt < 0; markus okTheo de Raadt
2004-12-29fix indentMarkus Friedl
2004-12-29fix a few more locators with ? that snuck in; mickey okTheo de Raadt
2004-12-29indentation repair; marco okTheo de Raadt
2004-12-29from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3David Gwynne
2004-12-29another Marvell PHYBrad Smith
2004-12-29Add commented entries for David Young's Realtek 8180 driver (rtw).Jonathan Gray
2004-12-29regenBrad Smith
2004-12-29another Marvell Gig PHY, noticed on a macppc system.Brad Smith
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
2004-12-28Sync with recent NetBSD ieee80211_compute_duration() changes.Jonathan Gray
2004-12-28add sqphyBrad Smith
2004-12-28when panicing from timeout_add being < 0, print the value; ok miodTheo de Raadt
2004-12-28clean dirty accident by miodTheo de Raadt
2004-12-28indent properlyTheo de Raadt
2004-12-28Since we don't enable interrupts until autoconf is over, we don't needMiod Vallat
2004-12-28fix new line in dmesg print on 8k cpusMichael Shalayeff
2004-12-28correct snprintf return val mishandling; ok krw marcoTheo de Raadt
2004-12-28Don't allow an infinite number of SCSI bus resets per i/o.Kenneth R Westerback
2004-12-27Fix tag handling for non-U320/packetized devices. Allow tags for theseKenneth R Westerback
2004-12-27unusedMartin Reindl
2004-12-27Gremlin crept in; found by drahn@Miod Vallat
2004-12-27Finally put copyrights on files I wrote _long_ ago. prodded by miod@Dale Rahn