Hello,
As I found, I have overlooked a routine updating bios 0x6c & 0x70
fields.
It is in function video_update (module tty.c):
*(u_long *)&BIOSDATA[0x6c] += 1;/* Timer ticks since
midnight... */
On Sat, Aug 11, 2001 at 05:25:42PM -0700, Terry Lambert wrote:
> It's like trying to find something in hierachically organized
> "GNU info" documentation: redundancy is useful, and try to
> find "__PRETTY_FUNCTION__" in the "gcc" documentation, when
> you need to read the man page carefully to fin
Kris Kennaway <[EMAIL PROTECTED]> types:
> On Sun, Aug 12, 2001 at 11:36:41AM -0500, Mike Meyer wrote:
> > Likewise, when I let it pay attention to the authors font choices,
> > I'm amazed at how unreadably small much of it is. Fixing that
> > generates it's own problems, but they are usually not
On Sun, Aug 12, 2001 at 11:36:41AM -0500, Mike Meyer wrote:
> Likewise, when I let it pay attention to the authors font choices,
> I'm amazed at how unreadably small much of it is. Fixing that
> generates it's own problems, but they are usually not as bad as
> eyestrain. It all makes me ashamed t
I'll answer based upon -stable FreeBSD code.
On Sun, 12 Aug 2001, Bernd Walter wrote:
>
> Asume the following code examples:
>
> int fd;
> struct mtop mo;
> char buf[10240];
>
> fd = open("/dev/nsa0", O_RDWR | O_EXLOCK);
> mo.mt_op = MTREW;
> mo.mt_count = 0;
> ioctl(fd, MTIOCTOP, &mo);
> wr
On Sun, 12 Aug 2001, Dima Dorfman wrote:
> Rohit Grover <[EMAIL PROTECTED]> writes:
> > Interestingly, when I executed the command 'make depend',
> > vnode_if.h was correctly created for me. I'd like to know why I don't
> > need to do a 'make depend' for modules like 'vn' or 'nfs' before
> > buil
Rohit Grover <[EMAIL PROTECTED]> writes:
> Interestingly, when I executed the command 'make depend',
> vnode_if.h was correctly created for me. I'd like to know why I don't
> need to do a 'make depend' for modules like 'vn' or 'nfs' before
> building them.
Perhaps because it was done before? C
Hello,
I am writing a module which needs to include 'sys/vnode.h'. vnode.h
tries to include vnode_if.h. I checked the Makefiles of some other
modules requiring vnode.h (eg. 'vn', 'nfs') and discovered that they
add vnode_if.h to to the variable 'SRCS'. This automagically generates
vnode_if.h in t
On 2001.08.12 15:02 David O'Brien wrote:
> On Sat, Aug 11, 2001 at 12:18:57PM -0700, John Merryweather Cooper wrote:
> >
> > Since when does any self-respecting compiler dictate object format?
> It's
> > brain-damage for a compiler to screw with the object format--so much
> for
>
> If you have
On Sat, Aug 11, 2001 at 12:18:57PM -0700, John Merryweather Cooper wrote:
>
> Since when does any self-respecting compiler dictate object format? It's
> brain-damage for a compiler to screw with the object format--so much for
If you have ever programmed in Ada, you would understand. Since I as
I am trying to get my internal pci zoom fax modem installed on freebsd. This
modem is not a "winmodem". My problem is that the only instructions I have
are either for windows or Linux. I will include the linux instructions
below.
1. Determine serial port to use
ttys0
ttys1
2. typ
Hello,
I was wondering if there had been any talk of including fiber media support for the tx
driver any time soon? I have an SMC 9432FTX NIC and I can only use the 100Base-TX
media on it.
I would really like to migrate my FreeBSD servers from UTP to fiber.
Can we expect to see any further
12 matches
Mail list logo