thorpej
|
0bcbafe0ee
|
Correct the number of arguments to wsdisplay_set_cons_kbd(), for the
changes I made for cnbell().
|
2000-03-09 18:59:27 +00:00 |
thorpej
|
a183d34f04
|
- Implement cnbell() -- ring the console bell. The cn_bell entrypoint
is optional.
- Add cn_bell to statically allocated consdevs as appropriate.
|
2000-03-06 21:36:05 +00:00 |
tsubai
|
30370336dc
|
Use ring buffer on tx side, too.
|
2000-03-04 11:17:00 +00:00 |
simonb
|
4eb55e447c
|
Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.
|
2000-02-29 06:32:20 +00:00 |
tsubai
|
0468fe97e4
|
Don't use hardcoded speed value when this is a console. Instead, read
from zs. (because OF-3.x uses 57600 bps)
|
2000-02-27 20:31:57 +00:00 |
tsubai
|
f101e8315f
|
Add gmac. (commented out)
|
2000-02-27 18:06:43 +00:00 |
tsubai
|
6f4bb03178
|
Initial version of gmac ethernet driver.
XXX doesn't work well yet.
|
2000-02-27 18:00:55 +00:00 |
oster
|
d9c47013b2
|
Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.
|
2000-02-26 17:35:33 +00:00 |
erh
|
8f03b9a04a
|
Define the DONETISR macro and use netisr_dispatch.h. This is to cut down on code duplication and to standardize the available NETISRs across all ports.
|
2000-02-21 20:38:46 +00:00 |
tsubai
|
0b8b55beaf
|
Add uninorth. Now iMac DV and Power Macintosh G4 should run NetBSD.
|
2000-02-14 14:57:52 +00:00 |
tsubai
|
2750c23cdd
|
Add minimal support of openpic.
|
2000-02-14 12:45:52 +00:00 |
tsubai
|
2aafd71ec7
|
Reduce NKMEMPAGES_MAX_DEFAULT.
|
2000-02-13 17:01:47 +00:00 |
thorpej
|
dded044fc2
|
Update for the NKMEMPAGES changes.
|
2000-02-11 19:25:12 +00:00 |
tsubai
|
d696094217
|
Change ICU_LEN to 64.
|
2000-02-11 13:15:43 +00:00 |
tsubai
|
1dc2d9d399
|
Don't display "NetBSD disklabel". This message appears too many times
if more than two or three disks exist.
|
2000-02-10 12:33:45 +00:00 |
tsubai
|
502ad73200
|
Add wsfont options.
|
2000-02-09 13:10:15 +00:00 |
tsubai
|
dcb9f03bd3
|
Use dev/rasops instead of dev/rcons.
|
2000-02-09 13:08:35 +00:00 |
shin
|
7f5a7c00ac
|
fix include file.
<netinet6/ip6.h> -> <netinet/ip6.h>
|
2000-02-09 05:48:26 +00:00 |
tsubai
|
a62753d0b7
|
Make OF-2.x can also find root device.
|
2000-02-08 20:02:13 +00:00 |
tsubai
|
b933f19ea2
|
Flush cache before rebooting to preserve msgbuf.
|
2000-02-08 12:57:11 +00:00 |
tsubai
|
d97ae29629
|
Enter power saving mode in idle loop on 603, 750, and 7400.
603 uses doze mode, 750 and 7400 use nap mode.
|
2000-02-08 12:49:06 +00:00 |
tsubai
|
9cba8a13d1
|
Use -Os -mmultiple to reduce size.
Add cbb and pcmcia/cardbus devices.
Nuke BUFPAGES=800 kludge.
|
2000-02-08 12:13:50 +00:00 |
tsubai
|
c7d216c2da
|
Add missing locators.
Add tlp at cardbus.
|
2000-02-08 12:10:56 +00:00 |
tsubai
|
45fe0e4077
|
Fix typo.
|
2000-02-08 08:08:43 +00:00 |
tsubai
|
b9ff560bcc
|
Don't print "... not configured" message for non real devices
like escc-legacy.
|
2000-02-07 20:30:05 +00:00 |
tsubai
|
cf532aa7eb
|
Move CFLAGS and CPPFLAGS to {bootxx,ofwboot}/Makefile to compile installboot
without -D_STANDALONE.
|
2000-02-07 16:26:59 +00:00 |
tsubai
|
c343256107
|
Make the new findroot code work on PowerMac 9600 (OF-1.0.5).
|
2000-02-04 18:29:15 +00:00 |
tsubai
|
6bfa70b9c6
|
Remove an unused variable.
|
2000-02-04 07:48:11 +00:00 |
tsubai
|
a09eb087b6
|
Treat "chaos" like a bandit.
|
2000-02-04 03:40:42 +00:00 |
tsubai
|
e29a886cd6
|
* Split bandit and grackle.
* Add UniNorth support.
Now pcibus is attached like:
bandit0 at mainbus0
pci0 at bandit0 bus 0
...
|
2000-02-03 19:27:43 +00:00 |
thorpej
|
eed75dbc26
|
Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass
flags down from the parent to child vi mii_attach().
|
2000-02-02 17:09:38 +00:00 |
danw
|
9cf3b29a57
|
Make the device_register code work on machines with multiple PCI bridges
with the same bus number (like the new G4s). Also, don't hardcode the
size of the pci_bridges array.
|
2000-02-02 16:41:56 +00:00 |
thorpej
|
84dc99fdea
|
Bring some order to the chaos which was the MII code function naming
"conventions".
|
2000-02-02 08:05:26 +00:00 |
tsutsui
|
11c8f56d48
|
Revert STRIPPROG -> STRIP
|
2000-02-01 05:25:24 +00:00 |
danw
|
33051e5117
|
Use device_register to find the boot device more reliably. Should now work
on anything it's possible to boot from that we have a driver for.
|
2000-02-01 04:04:17 +00:00 |
tsubai
|
22a3504708
|
Make this work on the G4 too.
|
2000-01-27 17:39:20 +00:00 |
tsubai
|
ecd94f5ee0
|
s/NUMODEM/NUCOM/
|
2000-01-27 15:41:19 +00:00 |
drochner
|
8eb798e603
|
define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means that
device accesses are idempotent (but should not be cached by the CPU)
|
2000-01-25 22:13:17 +00:00 |
tsubai
|
14bc6c9eb8
|
Add PHYs.
|
2000-01-25 14:43:49 +00:00 |
tsubai
|
6b26a49ee9
|
Use MII device layer.
XXX still 100Mbps receive side is very slow...
|
2000-01-25 14:38:39 +00:00 |
augustss
|
85fcd0b58d
|
Update for the ucom(4) addition.
|
2000-01-25 08:31:56 +00:00 |
tsubai
|
05ceaaaad5
|
Add UniNorth.
|
2000-01-25 07:19:11 +00:00 |
tron
|
04eb110431
|
Add "dependall" target for comfort.
|
2000-01-24 20:36:06 +00:00 |
hubertf
|
7e5ff67457
|
Add commented out "ident"-command
|
2000-01-23 23:46:04 +00:00 |
mycroft
|
7b49d242ce
|
Clean up the machine symlink stuff ever so slightly. Needs to be
standardized between files.
|
2000-01-23 17:04:03 +00:00 |
tsubai
|
969c226b5b
|
Match "keylargo".
|
2000-01-23 10:01:44 +00:00 |
tsubai
|
2d0426d8d2
|
Recognize MPC7400.
|
2000-01-21 18:49:52 +00:00 |
tsubai
|
16ea7fbbbb
|
Match "keylargo-ata".
|
2000-01-21 18:45:14 +00:00 |
wrstuden
|
87e1b0f9b7
|
Add overlay to kernel configs.
|
2000-01-20 19:12:28 +00:00 |
thorpej
|
a0397a2573
|
Move callout initialization to a single location; no need to duplicate
that code all over the place.
|
2000-01-19 20:05:30 +00:00 |