Age | Commit message (Expand) | Author |
2000-03-23 | add mii and if_gm ethernet. | Dale S. Rahn |
2000-03-23 | NetBSD gm ethernet driver ported from NetBSD. compiles, but does not yet | Dale S. Rahn |
2000-03-23 | Hack to make physmem something almost reasonable, if for some reason | Dale S. Rahn |
2000-03-23 | comment out bounds check, ncr card on G4 is triggering it, replaced | Dale S. Rahn |
2000-03-23 | comment out memory region debugging. | Dale S. Rahn |
2000-03-20 | Make float.h and limits.h agree for DBL_MIN and DBL_MAX. | Dale S. Rahn |
2000-03-20 | Register definitions for openpic interrupt controller driver. | Dale S. Rahn |
2000-03-20 | Interrupt code changed from called routines, to initialized driver. | Dale S. Rahn |
2000-03-20 | early support for busdma added, allows USBMAC config to attach ohci USB, | Dale S. Rahn |
2000-03-20 | Changes to support uninorth bridge (probably a bit of a hack for now). | Dale S. Rahn |
2000-03-20 | add first version of bus_dma for powerpc. | Dale S. Rahn |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-03 | Remove overly verbose printf during driver config. | Dale S. Rahn |
2000-02-03 | Define missed when the intial bus_dma code was checked in. | Dale S. Rahn |
2000-01-24 | required files for ELF share library support. this version is | Dale S. Rahn |
2000-01-24 | Previous fix to allow '-' in filenames did not work as desired, | Dale S. Rahn |
2000-01-23 | Slight changes to root drive detection for powerpc (mac). | Dale S. Rahn |
2000-01-23 | remove vga/vgafb for now. mac is currently running on openfirmware | Dale S. Rahn |
2000-01-22 | Remove vga and wscons, not used yet due to openfirmware console. | Dale S. Rahn |
2000-01-22 | Fix pci probing for the powerpc port, it was previously only probing a | Dale S. Rahn |
2000-01-22 | Allow the address specified in the bus_space_map to either be | Dale S. Rahn |
2000-01-22 | do not interpret a '-' character in a file or bootpath as the beginning of | Dale S. Rahn |
2000-01-16 | Closer to support for UVM on powerpc, tries to execute user programs, but | Dale S. Rahn |
2000-01-14 | Remove change that was checked in by accident with last commit. | Dale S. Rahn |
2000-01-14 | UVM changes mainly. As of this checkin UVM is still not working for powerpc | Dale S. Rahn |
2000-01-14 | RAMDISK kernels should not be configured as GENERIC, remove unnecessary | Dale S. Rahn |
2000-01-14 | fix ipv6 typo. | Dale S. Rahn |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino |
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
1999-11-28 | Add recognition support for powerbook, it is reported to work with | Dale S. Rahn |
1999-11-28 | Make the default system type to be APPL for these kernels. probably | Dale S. Rahn |
1999-11-28 | Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpc | Dale S. Rahn |
1999-11-25 | Properly fix the last checkin, the pseudo device rd is now a mi device and | Dale S. Rahn |
1999-11-25 | Add back rd_ md hooks that was incorrectly removed with the recent rd changes. | Dale S. Rahn |
1999-11-23 | Use the _vtbl code to allow the registers to be seperated by 0x10, | Dale S. Rahn |
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb |
1999-11-09 | Add OpenBSD tags. | Dale S. Rahn |
1999-11-09 | Remove old unused config files. | Dale S. Rahn |
1999-11-09 | Additional changes due to the fallout of the p4e -> ppc changes. | Dale S. Rahn |
1999-11-09 | Merge error in previous version caused compilation failure. | Dale S. Rahn |
1999-11-09 | autoconf.h | Dale S. Rahn |
1999-11-09 | autoconf.c: | Dale S. Rahn |
1999-11-08 | Support for imac drivers, Additional configurations for mac kernels. | Dale S. Rahn |
1999-11-08 | Changes for imac support. support for VI computers and MCG Powerstack | Dale S. Rahn |
1999-11-08 | Initial import of NetBSD macppc code to allow OpenBSD/powerpc to run | Dale S. Rahn |
1999-11-08 | move MI definition of rd into it's MI place also fixing | Michael Shalayeff |
1999-10-28 | clean up a global pointer/array reference for OF_buf. | Dale S. Rahn |
1999-10-26 | Fix inline function decls to work with C++. | Jason Downs |