Date: Tue, 27 Jul 1999 01:28:05 -0700 From: Mike Smith <mike@smith.net.au> To: alpha@FreeBSD.ORG Subject: Re: breakage du jour.... Message-ID: <199907270828.BAA01400@dingo.cdrom.com> In-Reply-To: Your message of "Thu, 22 Jul 1999 11:07:54 MDT." <199907221707.LAA88802@panzer.kdm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Was this ever committed/otherwise resolved? > Doug Rabson wrote... > > On Wed, 21 Jul 1999, Matthew Jacob wrote: > > > > > > > > -current... > > > > > > sio0: interrupting at ISA irq 4 > > > sio1: reserved for low-level i/o > > > fdc0: interrupting at ISA irq 6 > > > fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 > > > fdc0: FIFO enabled, 8 bytes threshold > > > fd0: <1440-KB 3.5" drive> at fdc0 drive 0 > > > > > > fatal kernel trap: > > > > Try this patch: > > > > Index: cons.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/alpha/alpha/cons.c,v > > retrieving revision 1.11 > > diff -u -r1.11 cons.c > > --- cons.c 1999/06/22 14:13:16 1.11 > > +++ cons.c 1999/07/21 20:51:24 > > @@ -183,8 +183,7 @@ > > cdp->d_close = cnclose; > > cn_phys_open = cdp->d_open; > > cdp->d_open = cnopen; > > - cn_tp = (*cdp->d_devtotty)(cn_tab->cn_dev); > > - cn_dev_t = cn_tp->t_dev; > > + cn_dev_t = cn_tab->cn_dev; > > cn_udev_t = dev2udev(cn_dev_t); > > } > > That patch fixes things for me. Thanks! > > Ken > -- > Kenneth Merry > ken@plutotech.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907270828.BAA01400>