From owner-freebsd-stable Sun Nov 10 01:29:54 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA25968 for stable-outgoing; Sun, 10 Nov 1996 01:29:54 -0800 (PST) Received: from david.siemens.de (david.siemens.de [146.254.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA25961 for ; Sun, 10 Nov 1996 01:29:50 -0800 (PST) Received: from salomon.mchp.siemens.de (salomon.mchp.siemens.de [139.23.33.13]) by david.siemens.de (8.8.0/8.8.0) with ESMTP id KAA07175 for ; Sun, 10 Nov 1996 10:26:20 +0100 (MET) Received: from curry.zfe.siemens.de (root@curry.zfe.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.2/8.8.0) with ESMTP id KAA20394 for ; Sun, 10 Nov 1996 10:29:47 +0100 (MET) Received: from server.us.tld (server.us.tld [192.168.16.33]) by curry.zfe.siemens.de (8.8.2/8.8.2) with ESMTP id KAA25461 for ; Sun, 10 Nov 1996 10:29:46 +0100 (MET) Received: from indy.us.tld (indy.us.tld [192.168.20.4]) by server.us.tld (8.8.2/8.8.2) with ESMTP id KAA16914 for ; Sun, 10 Nov 1996 10:29:44 +0100 (MET) Received: (from andre@localhost) by indy.us.tld (8.8.2/8.8.2) id KAA01346 for freebsd-stable@freebsd.org; Sun, 10 Nov 1996 10:29:42 +0100 (MET) From: Andre Albsmeier Message-Id: <199611100929.KAA01346@indy.us.tld> Subject: LINT for 2.1.5 stable To: freebsd-stable@freebsd.org Date: Sun, 10 Nov 1996 10:29:41 +0100 (MET) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I got some funny error message from our mailer so I simply send it again: > So. David and I have decided that next Tuesday, the 12th of November, > would be an excellent time to start putting FreeBSD 2.1.6 to bed, and > if you've got any critical bug fixes or security problems to report in > 2.1-stable, now would be an excellent time to raise them before it's > too late. OK, here we go :-) In LINT we find the follwing two things: ----------------- Part 1 ----------------------- # BOUNCE_BUFFERS provides support for ISA DMA on machines with more # than 16 megabytes of memory. It doesn't hurt on other machines. # Some broken EISA and VLB hardware may need this, too. pseudo-device ccd 4 #Concatenated disk driver # # DUMMY_NOPS disables extra delays for some bus operations. The delays # are mostly for older systems and aren't used consistently. Probably # works OK on most EISA bus machines. --------------- Part 2 ----------------------- # The `tun' pseudo-device implements the User Process PPP (iijppp) # pseudo-device ether #Generic Ethernet pseudo-device fddi #Generic FDDI pseudo-device sppp #Generic Synchronous PPP options USERCONFIG_BOOT #imply -c and parse info area pseudo-device loop #Network loopback device pseudo-device sl 2 #Serial Line IP pseudo-device ppp 2 #Point-to-point protocol pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 1 #Tunnel driver(user process ppp) ---------------------------------------------- Shouldn't the ccd line and the USERCONFIG_BOOT line be put somwhere else? I just looke at the LINT at ftp.FreeBSD.org to ensure I didn't break something at home, but it is the same. Just wondering... Andre