summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf
AgeCommit message (Expand)Author
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
2004-11-12#atuTheo de Raadt
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-08-25Disable ehci on macppc for now, it causes a race condition between devicesDale Rahn
2004-08-03include some usb ethernet driversTheo de Raadt
2004-07-20add cdceDaniel Hartmeier
2004-07-20Allow a kernel to specify wd* as root or swap device;Miod Vallat
2004-06-25enable re(4) now that it worksPeter Valchev
2004-06-24Add ehci. ok drahn@Thomas Nordin
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
2004-04-18unify the whole USB section with the already-improved i386 GENERICPeter Valchev
2004-04-11pcmcia em and an work; okan@demirmen.comTheo de Raadt
2004-03-30knock out INET6: media too large for some machinesTheo de Raadt
2004-01-20- macppc -> __macppc__Brad Smith
2004-01-11plug snapper audio into build. ok dhartmei@Dale Rahn
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-08-14GENERIC is now safe(4)Jason Wright
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-06-11Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notDale Rahn
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod Vallat
2003-06-05Cleanup and enable kauaiata DMA. Tables should be mostly saneDale Rahn
2003-06-05ATA100 driver for apple's new machines, aka kauai.Dale Rahn
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-14complain about commons since they are all currently dead here.Jason Wright
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2003-05-02add eap and do a bit of cleaningJason Wright
2003-03-21Now that ahc has the necessary endian fixes, enable it on macppc.Dale Rahn
2003-01-31Save about 1.7k in executable size for macppc kernel, Since the ELF headerDale Rahn
2003-01-05cd /usr/src/etc/../sys/arch/macppc/conf && config GENERICTheo de Raadt
2003-01-05bktr works, drahn@ okMichael Shalayeff
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-13Add FireWire to kernel config.Thierry Deval
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan Binkert
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-22Add xl for pci and cardbus. It seems to work, needs additional testing...Dale Rahn
2002-11-21add ubsec and lofnJason Wright
2002-11-08prepare for bktr on macppc (commented out in generic for now); drahn@ okMichael Shalayeff
2002-10-20fxp now works on bigendian, add it to macppc.Dale Rahn
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
2002-09-14spacesTheo de Raadt