summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf/RAMDISK
AgeCommit message (Collapse)Author
2007-05-28pcn(4) works hereMartin Reindl
2007-04-23rename drivers with numbers in them; ok gwk drahnTheo de Raadt
2007-02-07enable arc(4) for Areca RAID Controllers. they work great.David Gwynne
ok drahn@
2006-12-06Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its prettyGordon Willem Klok
useless to not do so.
2006-11-07Add xmphy(4) here too.Mark Kettenis
ok brad@
2006-08-17enable msk(4) in a few more places.Brad Smith
2006-06-26Enable wide targets on FAS366 esp; note that this changes the way espMiod Vallat
user-controllable device flags are parsed, be sure to rerun config(8) on your next kernel compile.
2006-06-22Enable sk(4).Brad Smith
ok reyk@
2006-06-01add xge(4).Brad Smith
2006-05-31enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled itDavid Gwynne
on sparc64 last night. macppc gets it in RAMDISK as well.
2006-04-30add I2O to the RAMDISKBrad Smith
2006-04-30- Enable fxp and rl@CardBus on GENERIC and RAMDISKBrad Smith
- Enable dc@CardBus on RAMDISK, already in GENERIC - Enable wdc@PCMCIA on RAMDISK, already in GENERIC
2006-04-05enable tqphy(4) here tooMartin Reindl
2006-04-05Enable an(4) on BE archs now that it works.Kurt Miller
2006-02-28Add smu(4) such that we can read the clock on G5 machines.Mark Kettenis
ok deraadt@
2006-01-09Disable an(4) on BE archs until it works.Jonathan Gray
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
handled by wscons and mouse emulation was never enabled or documented.
2005-11-17add attachment for openpic behind memc, for newer G5 systems.Dale Rahn
only attaches a parent openpic, not a slave openpic. ok kettenis
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-12VIA Rhine ethernet worksMartin Reindl
ok brad@
2005-11-06Add attachment of ki2c at memc as well as macobio, wil be used on G5.Dale Rahn
2005-10-25re-enable IPv6 on the macppc RAMDISK.Brad Smith
ok deraadt@
2005-09-30Configure pci busses on ht too.Mark Kettenis
2005-09-29Add HyperTransport here too.Mark Kettenis
2005-06-02These options dont affect anything anymore.Dale Rahn
2005-05-27first step of removing the obsolete PCI ncr(4) driver, it was superseded byMartin Reindl
siop(4) a long time ago 'do it' jason@
2005-05-24add epic(4) and stge(4)Brad Smith
2005-05-04move gpio(_obio) stuff to macgpio, currently it collides with the MI gpioDale Rahn
ok miod@ grange@
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-26enable uhciDavid Gwynne
ok drahn@ deraadt@ compilation tested by phessler
2005-04-14+luphyBrad Smith
2005-03-30enable UDF on large install media for architectures likely to have DVD drivesTheo de Raadt
2005-03-19enable ural(4)Martin Reindl
ok deraadt@
2005-03-18+bge(4), ok deraadt@Brad Smith
2005-03-17+vge, ciphy; requests by pvalchevTheo de Raadt
2005-02-17since usb kthreads are run before / is mounted there is no longer any needDavid Gwynne
to set the flag on usb to get devices (eg, a keyboard which can be useful if you boot with the -a flag) to attach early. reenable ehci since devices are now attached after the controllers are configured and no longer confused as to which one of them owns a device. ok jsg@ deraadt@
2005-02-16enable rl(4), rlphy(4), pcscp(4) and isp(4) with option ISP_COMPILE_FWMartin Reindl
ok drahn@, brad@
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
ok brad@, dlg@
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
disabled for now. from deraadt@
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-08-25Disable ehci on macppc for now, it causes a race condition between devicesDale Rahn
attached at boot and ehci, can be enabled via UKC. ok deraadt@
2004-08-03include some usb ethernet driversTheo de Raadt
2004-06-25enable re(4) now that it worksPeter Valchev
2004-06-24Add ehci. ok drahn@Thomas Nordin
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
tested by Glen Barney and Okan Demirmen.
2004-03-30knock out INET6: media too large for some machinesTheo de Raadt
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
which begin to enable use of this will follow at a later time.
2003-06-11Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notDale Rahn
heard of any DMA related failures on these machines. Remove the code (and the flag) which was previously used to enable DMA/UDMA modes on wdc_obio now it will default to always being on for known systems.