Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-31 | Quiet down boot on openfirmware probe of macobio bus. Does not print | Dale S. Rahn | |
devices that are not recognize by drivers, it does not seem right to imply that fd, scsi and adb devices exist on an imac, (ok, they really do but apple did not bring the pins out where they were useable.) | |||
2000-03-31 | Quiet down the boot for powerpc, do not print openfirmware devices not | Dale S. Rahn | |
configured, still prints all of the buses... | |||
2000-03-31 | Remove the timeout and print_stats functions (debugging code) | Jason Wright | |
Make sure to skip over zero length mbufs when building the pa/len array Correct some of the comments to reflect reality Fix sanity checking of the device based on the 'sid' | |||
2000-03-31 | Remove unnecessary debug printf. | Dale S. Rahn | |
2000-03-31 | Revision 1.3 checked in again, version 1.4 was incorrectly checked in | Dale 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-31 | Busified. | 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. attempt at enable hack is present but not turned on. | |||
2000-03-31 | Remove unnecessary debug prints. | Dale S. Rahn | |
2000-03-31 | Add interrupt counter. | Dale S. Rahn | |
2000-03-31 | remove extra debug printfs | Dale S. Rahn | |
2000-03-31 | Add pchb PCi Host Bridge dummy device to print devices nicely, instead of | Dale S. Rahn | |
"not configured" | |||
2000-03-31 | PCi Host Bridge, dummy driver to quiet "not configured" messages, | Dale S. Rahn | |
hopefully will be used to configure special items on bridges. (such as hacks to enable devices?) | |||
2000-03-31 | Find last memory or io segment, in case multiple happen to be found, | Dale S. Rahn | |
allows imac to configure ohci. | |||
2000-03-31 | Add interrupt counter, to verify interrupt problem is causing | Dale S. Rahn | |
over 200000 interrupts per second, and the G4 is still usable. Gotta fix that bug. | |||
2000-03-31 | add support for intrcnt from "C", make CLK_IRQ available | Dale S. Rahn | |
to count clock interrupts. | |||
2000-03-31 | Count clock interrupts. | Dale S. Rahn | |
2000-03-31 | implement dmamap_load (stolen from i386) for powerpc. | Dale S. Rahn | |
This is required for USB support. (with this a a bit more the root hub configures). | |||
2000-03-31 | add interrupt counting support. (intrcnt) | Dale S. Rahn | |
2000-03-31 | Add ummapiodev() functionality, to mirror mapiodev(). | Dale S. Rahn | |
2000-03-31 | spelling | Theo de Raadt | |
2000-03-31 | sync | Theo de Raadt | |
2000-03-31 | install inetd.conf(5) here instead | Theo de Raadt | |
2000-03-31 | link inetd.conf(5) to inetd(8) | Theo de Raadt | |
2000-03-31 | more timezone pointers | Theo de Raadt | |
2000-03-31 | Tell how to set the localtime link here too. | Todd C. Miller | |
2000-03-31 | Add a pointer to zic so new users can figure out how to set the | Todd C. Miller | |
timezone. The obvious thing to do is 'man timezone' so hopefully folks will be able to get the info they need. | |||
2000-03-30 | Reference /etc/localtime in FILES section. | Todd C. Miller | |
2000-03-30 | Try a hard link before a soft one since we want hard links in | Todd C. Miller | |
the zoneinfo dir. | |||
2000-03-30 | Make 'zic -l' actually work. I guess we all just do the symlink | Todd C. Miller | |
by hand and thus never noticed. | |||
2000-03-30 | document hook functions | Jason Wright | |
2000-03-30 | buffersize -> buffer_size | Alex Feldman | |
2000-03-30 | sync | Theo de Raadt | |
2000-03-30 | - Remove some unused code. | Aaron Campbell | |
- Much needed indent cleanup. | |||
2000-03-30 | oops | Theo de Raadt | |
2000-03-30 | fix lots | Theo de Raadt | |
2000-03-30 | correct | Theo de Raadt | |
2000-03-30 | smarter heartbeat() | Michael Shalayeff | |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | Aaron Campbell | |
2000-03-30 | Correct address parsing | brian | |
Pointed out by: Maxim Sobolev <sobomax@altavista.net> | |||
2000-03-30 | Pedantic .Xr fixes. | Hans Insulander | |
2000-03-30 | Sync with recent update in the original kerberos tree: | Hans Insulander | |
Don't mention toehold as it's not available in KTH.KRB... (from Assar) | |||
2000-03-30 | no buffer.3, instead, cp before pod2man | Theo de Raadt | |
2000-03-30 | add manpage kafs(3) | Hans Insulander | |
2000-03-30 | Fix a couple of manpage errors | Hans Insulander | |
2000-03-30 | instrument bad crp's and bad crp callbacks, too | Jason Wright | |
2000-03-30 | Add a sample commented out net.inet.ip.ipsec-acl=0 entry. | Angelos D. Keromytis | |
2000-03-30 | Temporary work around until pcvt is fixed. | Todd C. Miller | |
vt220 -> vt220-new vt220-old -> vt220 | |||
2000-03-30 | Only allocate space for a copy of the authenticator if authentication | Angelos D. Keromytis | |
is in use. | |||
2000-03-30 | add some instrumentation for tracking input (commands/bytes) and output | Jason Wright | |
(results/bytes) as well as "ring full" and "other" errors rework hifn_process so that in the event of a ring full or other error, the error type is set in the descriptor and the callback is executed. | |||
2000-03-30 | Set re_rt to NULL, so we don't double free. | Angelos D. Keromytis | |
2000-03-30 | auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?)) | Jason Wright | |