From owner-freebsd-mobile Sat Oct 25 06:39:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA03489 for mobile-outgoing; Sat, 25 Oct 1997 06:39:15 -0700 (PDT) (envelope-from owner-freebsd-mobile) Received: from dcarmich.pr.mcs.net (dcarmich.pr.mcs.net [204.95.63.202]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA03481 for ; Sat, 25 Oct 1997 06:39:11 -0700 (PDT) (envelope-from dcarmich@dcarmich.pr.mcs.net) Received: (from dcarmich@localhost) by dcarmich.pr.mcs.net (8.8.7/8.8.7) id IAA00272; Sat, 25 Oct 1997 08:42:46 -0500 (CDT) (envelope-from dcarmich) From: Douglas Carmichael Message-Id: <199710251342.IAA00272@dcarmich.pr.mcs.net> Subject: Success with PAO-970616 on 2.2.5-RELEASE (surprisingly enough!) To: hosokawa@jp.freebsd.org Date: Sat, 25 Oct 1997 08:42:45 -0500 (CDT) Cc: freebsd-mobile@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk PAO-970616 successfully patched a clean 2.2.5-RELEASE source tree with only *one* rejection in /usr/src/sys/i386/conf/files.i386. *************** *** 111,117 **** i386/isa/if_ie.c optional ie device-driver i386/isa/if_le.c optional le device-driver i386/isa/if_lnc.c optional lnc device-driver i386/isa/if_sr.c optional sr device-driver i386/isa/if_ze.c optional ze device-driver i386/isa/if_zp.c optional zp device-driver i386/isa/isa.c optional isa device-driver --- 111,119 ---- i386/isa/if_ie.c optional ie device-driver i386/isa/if_le.c optional le device-driver i386/isa/if_lnc.c optional lnc device-driver + i386/isa/if_sn.c optional sn device-driver i386/isa/if_sr.c optional sr device-driver + i386/isa/if_wlp.c optional wlp device-driver i386/isa/if_ze.c optional ze device-driver i386/isa/if_zp.c optional zp device-driver i386/isa/isa.c optional isa device-driver Here's my dmesg output: Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.5-RELEASE #0: Sat Oct 25 08:19:47 CDT 1997 dcarmich@dcarmich.pr.mcs.net:/usr/src/sys/compile/NECVERSA CPU: Pentium (150.85-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x544 Stepping=4 Features=0x8001bf real memory = 50331648 (49152K bytes) avail memory = 47632384 (46516K bytes) Initializing PC-card drivers: sio wdc Probing for devices on PCI bus 0: chip0 rev 2 on pci0:0 chip1 rev 3 on pci0:1 vga0 rev 69 on pci0:2 pcic0 rev 4 int a irq ?? on pci0:3:0 CardBus: Legacy PC-card 16bit I/O address [0x3e0] pcic1 rev 4 int b irq ?? on pci0:3:1 CardBus: Legacy PC-card 16bit I/O address [0x3e0] Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 at 0x3e8-0x3ef irq 9 on isa sio2: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-16 wd0: 1376MB (2818368 sectors), 2796 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, accel, dma, iordy wcd0: 1722Kb/sec, 128Kb cache, audio play, 255 volume levels, ejectable tray wcd0: no disc inside, unlocked npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.1 sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvi0: sbmidi0 at 0x330 on isa opl0 at 0x388 on isa opl0: PC-Card TI PCI-1130 [i82365 compatible mode] (5 mem & 2 I/O windows) pcic: controller irq 10 Will there be a PAO distribution specific to 2.2.5-RELEASE coming?