summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
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-30Fix PowerPC ports build with KGDB.manu
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-26revert previous. -fwritable-strings is not needed now that the ld scriptaymeric
2003-12-26merge any section that starts in ".rodata." into the text section.aymeric
2003-12-26ANSIfy and clean up prototypes.aymeric
2003-12-26add -fwritable-strings to DBG, so that gcc doesn't generate a ".rodata" section.aymeric
2003-12-22Fix typo: atw(4) was listed as an Aironet card instead of ADMtek.dyoung
2003-12-14No need to include wdvar.h anymore.thorpej
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-11Convert fixcoff into a true host tool by making it under tools.matt
2003-12-10Make sure to pick up nbcompat definitionsmatt
2003-12-10Use be16toh/htobe16 instead of ntohs/htons.matt
2003-12-10s/u_int16_t/uint16_t/ for more portabilitymatt
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
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-19Add missing lpt entries.matt
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-13we could have lpt at puc.christos
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-11Implement mach_thread_get_state.manu
2003-11-04. ANSIfy, make compileaymeric
2003-11-02Squish some recent compiler warnings.thorpej
2003-11-01avoid stong words in commentsjdolecek
2003-10-27Stop false uninitialized variable warning.dyoung
2003-10-26Remove optimization hack.mycroft
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-13Switch wi(4) to the new 802.11 layer.dyoung
2003-10-13Add atw(4), ADMtek ADM8211 802.11, at PCI bus and Cardbus.dyoung
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Adapt for wdcattach() prototype change, and deal with atabus inbouyer
2003-10-08Add atabus.bouyer
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-25Add COMPAT_16matt
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft