summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/mac/if_bm.c
AgeCommit message (Collapse)Author
2001-06-25closer to building with -Wno-uninitializedDale Rahn
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-03-31Revision 1.3 checked in again, version 1.4 was incorrectly checked inDale S. Rahn
when if_gm.c was supposed to be checked in. It was a non-functional working version that has not yet been finished, it needs the bitbang mii code from NetBSD, or the proper routines imbedded in the driver.
2000-03-25Busified.Dale S. Rahn
OpenBSD tag added. mii code corrected (seems to work, anyone want to verify this?) only tesed at 10baseT interrupt configuration hacked, pa_line contents not reliable, hacked for now.
2000-03-20Interrupt code changed from called routines, to initialized driver.Dale S. Rahn
Added openpic support with this new driver scheme. added support for keylargo-ata, G4 ide configures properly. interrupt configuration changed to be more full featured, like isa had been.
2000-02-03Remove overly verbose printf during driver config.Dale S. Rahn
1999-11-08Initial import of NetBSD macppc code to allow OpenBSD/powerpc to runDale S. Rahn
on the imac computer, Additional hardware and driver support will follow. Initially wdc_obio support the imac (333Mhz) atapi cdrom and the ATA harddrive. also Bmac ethernet is supported at least at 10Mb.