summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2004-01-04attempt to make these compile again after recent wdc changes.dbj
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-12-31Simplify allocation of the channel queue.thorpej
2003-12-27Initialize some auto vars to appaise gcc3.mjl
2003-12-27add support for the Keywest I2C and snapper audio device, as found ongrant
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-03Adapt for new wdc regiosters array. Should fix port-macppc/23604.bouyer
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-04. ANSIfy, make compileaymeric
2003-11-02Squish some recent compiler warnings.thorpej
2003-10-27Stop false uninitialized variable warning.dyoung
2003-10-26Remove optimization hack.mycroft
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-10-13Switch wi(4) to the new 802.11 layer.dyoung
2003-10-08Adapt for wdcattach() prototype change, and deal with atabus inbouyer
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-08-24recognize the latest version of the GMAC.chs
2003-08-17recognize the product ID used on the latest G4s.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-28Correct comment in FORCE_FUNCTION_KEYS code; the 0x0b (eject) button isnathanw
2003-07-24Add an option, enabled with the FORCE_FUNCTION_KEYS macro, that convertsnathanw
2003-07-24Make kbd_passup() an exposed function.nathanw
2003-07-15__KERNEL_RCSID()lukem
2003-07-09After the recent changes to if_ieee80211.h, we need to includehe
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc builtdarrenr
2003-06-19Fix wdc_obio_dma_init() confused WDC_DMA_LBA48 with WDC_DMA_READ.hamajima
2003-06-11Support the PowerBook G4 12-inch (and maybe 17-inch).hamajima
2003-06-04In mcstop(), don't clear IFF_UP. Other drivers don't mess with IFF_UPbjh21
2003-05-03DMA, not dma nor Dma.wiz
2003-04-09G/c the traceq; nothing uses it.thorpej
2003-04-09Use PAGE_SIZE rather than NBPG.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-05Forgot dummy printf.soren
2003-03-05Be more verbose about unsupported keys.soren
2003-03-04Attach on recent TiBooks.soren
2003-02-23Merged mac68k and macppc keayboards, since they are the same. The filemanu
2003-02-15Initialize the framebuffer BAT with BAT_G, too. This marks the regionbriggs
2003-02-15Add prototypes for ZS_TXDMA functions.tsutsui
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-13Support 48kHz by using aurateconv.wiz