summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Collapse)Author
2005-03-18+bge(4), ok deraadt@Brad Smith
2005-03-18Add bge. ok deraadt@.Kenneth R Westerback
2005-03-17+vge, ciphy; requests by pvalchevTheo de Raadt
2005-03-16more wireless chipsetsTheo de Raadt
2005-03-15enable hotplug on macppc, been using it for some time, forgot it wasn't enabled.Dale Rahn
2005-03-15Skip empty pci ranges rather than aborting probe, as done on sparc64.Miod Vallat
ok drahn@
2005-03-11Only print preconfigured interrupt table if option DEBUG, as done for openpic.Miod Vallat
2005-03-10Recognize 7447A processor, as found in the Mac mini; printOtto Moerbeek
rev number in hex explicitly. ok deraadt@ drahn@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-07move to 3.7-betaTheo de Raadt
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
Ok deraadt@, miod@
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-16Fix indentation to match similar code block below.Aaron Campbell
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
ok brad@, dlg@
2005-02-14enable atu after lots of prodding by jsg. reported working by Barry DexterDavid Gwynne
A. Gonzaga. ok henning@ brad@
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
From NetBSD NetBSD PR 27678 for details ok mcbride@
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error.
2005-01-03remove extra line; miod okTheo de Raadt
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
no functional change.
2004-12-25strncmp() the correct size when looking for ki2c companion.Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
Tested by serveral people. ok millert@, mickey@
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
disabled for now. from deraadt@
2004-11-28Prevent ADB devices other than mices of generating "extended" protocol events.Matthieu Herrb
This fixes a problem with some iBooks were the touchpad generates a button6 event everytime the pad is touched. Based on my observations and a similar patch from Aymeric Vincent for NetBSD. Enhancements and ok miod@
2004-11-28MAXSLP is not really an MD-configurable define so move it to param.h; miod@ ↵Michael Shalayeff
testing
2004-11-24replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Theo de Raadt
file missed by fgsch, did he miss any others? grep helps
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
millert@ mcbride@ jsg@
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@
2004-11-18Move PowerPC cpu type constants to <machine/cpu.h>Miod Vallat
ok drahn@
2004-11-17A few more register prefixes, as well as more tab vs space police. NoMiod Vallat
change in .o file. ok drahn@
2004-11-12#atuTheo de Raadt
2004-11-10Remove __cplusplus crud.Alexander Yurchenko
2004-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
may disturb the dma as seen in ipw(4). Emtpy mbufs are at the beginning of the mbuf chain and are as example a "side-effect" of a previous m_adj() call. OK miod@ mickey@ jason@ markus@
2004-10-20put newline at right place during attachTheo de Raadt
2004-10-17Move declaration of default _vtbl members (wdc_default_*) toAlexander Yurchenko
wdcvar.h.
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
ok miod@
2004-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
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-10-01Sync with openpic.c evcount fixes; ok drahn@Miod Vallat
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-17Use device name, not constant string, ok deraadt@Dale Rahn
2004-08-09move to 3.6-betaTheo de Raadt
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
spotted by Waldemar Brodkorb.